10 changed files with 30 additions and 28 deletions
Binary file not shown.
@ -1,12 +1,12 @@ |
|||||
# 页面标题 |
# 页面标题 |
||||
VUE_APP_TITLE = 朱琏针灸联盟数据系统 |
VUE_APP_TITLE = 朱琏针灸联盟数据系统 |
||||
|
|
||||
BABEL_ENV = production |
# 生产环境配置 |
||||
|
NODE_ENV = 'production' |
||||
NODE_ENV = production |
# 因孚生产 |
||||
|
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture/api/' |
||||
# 测试环境配置 |
VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture/api/' |
||||
ENV = 'staging' |
# 筛查访问地址 |
||||
|
VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture/admin/screening/h5' |
||||
# 朱琏针灸联盟数据系统/测试环境 |
# 访问路径 |
||||
VUE_APP_BASE_API = '/stage-api' |
VUE_APP_PUBLIC_PATH = '/acupuncture/admin/' |
||||
|
Loading…
Reference in new issue