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