You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
498 B
15 lines
498 B
# 页面标题
|
|
VUE_APP_TITLE = 朱琏针灸数据云系统
|
|
|
|
# 生产环境配置
|
|
NODE_ENV = 'production'
|
|
# 因孚生产
|
|
VUE_APP_BASE_API = 'http://113.45.159.249:40010/acupuncture/api/'
|
|
VUE_APP_API_QZURL = 'http://113.45.159.249:40010/acupuncture/api/'
|
|
|
|
# 访问地址
|
|
VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/'
|
|
# 筛查访问地址
|
|
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture/client/screening/h5'
|
|
# 访问路径
|
|
VUE_APP_PUBLIC_PATH = '/acupuncture/client/'
|
|
|