15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
|
|
ENV = 'development'
|
|||
|
|
|
|||
|
|
# 后台服务请求接口http://ltrq.natapp1.cc
|
|||
|
|
# 正式 http://adminapi.zyihs.com
|
|||
|
|
# 测试 http://123.57.178.78:6002/
|
|||
|
|
VUE_APP_BASE_API = 'http://localhost:6002/'
|
|||
|
|
|
|||
|
|
# VUE_APP_BASE_API = 'http://ltrq.natapp1.cc/'
|
|||
|
|
# VUE_APP_BASE_API = 'http://localhost:6002'//本地http://123.57.178.78:6002
|
|||
|
|
# 后台服务websocket连接地址,https用wss,http用ws
|
|||
|
|
VUE_APP_WS_API = 'ws://123.57.178.78:6000'
|
|||
|
|
|
|||
|
|
# 是否启用 babel-plugin-dynamic-import-node插件
|
|||
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|