Browse Source

环境变量添加筛查二维码地址

newMaster
liuzhipeng 4 months ago
parent
commit
ca83a9a923
  1. 2
      acupuncture-前台/.env.development
  2. 3
      acupuncture-前台/.env.production

2
acupuncture-前台/.env.development

@ -8,6 +8,8 @@ ENV = 'development'
VUE_APP_BASE_API = '/dev-api'
VUE_APP_IMG_URL = 'https://test.tall.wiki/acupuncture'
VUE_APP_API_QZURL = 'https://test.tall.wiki/'
# 筛查访问地址
VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/index'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 访问路径

3
acupuncture-前台/.env.production

@ -6,6 +6,7 @@ NODE_ENV = 'production'
# 因孚生产
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture'
VUE_APP_API_QZURL = 'https://test.tall.wiki/'
# 筛查访问地址
VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/index'
# 访问路径
VUE_APP_PUBLIC_PATH = '/acupunctureClient/'

Loading…
Cancel
Save