emis-frontend/.env.development

18 lines
431 B
Plaintext
Raw Normal View History

2023-11-27 09:02:24 +00:00
# 页面标题
VUE_APP_TITLE = 管理系统
# 开发环境配置
ENV = 'development'
2024-05-16 09:08:05 +00:00
VUE_APP_VERSION = '20240516'
2023-11-27 09:02:24 +00:00
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56'
2024-05-20 00:57:56 +00:00
# VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
VUE_APP_BASE_API = 'http://47.102.220.189:58089/api/bizsvr'
2024-05-09 23:54:53 +00:00
# VUE_APP_BASE_API = 'http://47.96.189.20:58089/api/bizsvr'
2023-11-27 09:02:24 +00:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true