emis-oms-frontend/.env.development
2025-06-20 04:55:14 +08:00

19 lines
381 B
Plaintext

# 页面标题
VUE_APP_TITLE = 管理系统
VUE_APP_VERSION = '20240729'
# 开发环境配置
ENV = 'development'
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56-oms'
VUE_APP_BASE_API = 'http://47.102.220.189:59089/api/omssvr'
VUE_APP_DATA_FROM = "oms"
VUE_APP_WECHAT_APPID =wxcb329faf410bc997
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true