17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 管理系统
|
|
|
|
VUE_APP_VERSION = '20240729'
|
|
|
|
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
VUE_APP_PDOMAIN = 'tanex56-oms'
|
|
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr'
|
|
|
|
VUE_APP_WECHAT_APPID = wxcb329faf410bc997
|