14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 企业协同运营平台
|
|
|
|
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 若依管理系统/测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
|
|
# 报表系统/开发环境
|
|
VUE_APP_REPORT = 'http://localhost:8080'
|