emis-oms-frontend/.env.development

19 lines
453 B
Plaintext
Raw Normal View History

2023-11-27 09:02:24 +00:00
# 页面标题
VUE_APP_TITLE = 管理系统
# 开发环境配置
ENV = 'development'
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56'
2023-12-01 16:09:25 +00:00
VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
2023-11-27 09:02:24 +00:00
2023-12-01 16:05:25 +00:00
VUE_APP_WS_HTTP_API = 'http://api.emis.tanex56.com/api/imsvr'
VUE_APP_WS_SERVER = 'ws://api.emis.tanex56.com/'
2023-11-27 09:02:24 +00:00
VUE_APP_WS_APP_ID = '123756'
VUE_APP_WS_APP_SECRET = '123756'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true