19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 管理系统
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 开发环境
|
|
#VUE_APP_BASE_API = '/dev-api'
|
|
VUE_APP_PDOMAIN = 'tanex56'
|
|
VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
|
|
|
|
VUE_APP_WS_HTTP_API = 'http://api.emis.tanex56.com/api/imsvr'
|
|
VUE_APP_WS_SERVER = 'ws://api.emis.tanex56.com/'
|
|
VUE_APP_WS_APP_ID = '123756'
|
|
VUE_APP_WS_APP_SECRET = '123756'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|