15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 管理系统
|
|
|
|
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
VUE_APP_VERSION = '20240516'
|
|
|
|
# 测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
VUE_APP_PDOMAIN = 'tanex56'
|
|
VUE_APP_BASE_API = 'http://api.emis.tanex56.com/api/bizsvr'
|