emis-oms-frontend/.env.development
2023-12-13 12:42:14 +08:00

14 lines
282 B
Plaintext

# 页面标题
VUE_APP_TITLE = 管理系统
# 开发环境配置
ENV = 'development'
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56-oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true