yshop3.0正式发布

This commit is contained in:
hupeng
2020-07-14 16:07:02 +08:00
parent 0cfa30264e
commit d908ab8237
14 changed files with 10 additions and 11 deletions

View File

@ -2,7 +2,7 @@ ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8001'
VUE_APP_WS_API = 'ws://localhost:8000'
VUE_APP_WS_API = 'ws://localhost:8001'
# 是否启用 babel-plugin-dynamic-import-node插件