emis-oms-frontend/.env.staging

13 lines
241 B
Plaintext
Raw Normal View History

2023-11-27 09:02:24 +00:00
# 页面标题
VUE_APP_TITLE = 管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 测试环境
VUE_APP_BASE_API = '/stage-api'
2023-12-13 04:42:14 +00:00
VUE_APP_PDOMAIN = 'tanex56-oms'
2024-06-11 22:20:13 +00:00
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/oms'