diff --git a/acupuncture-前台/.env.development b/acupuncture-前台/.env.development index 8b988891..8ea4e387 100644 --- a/acupuncture-前台/.env.development +++ b/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 # 访问路径 diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 79e0cddc..7e6457d5 100644 --- a/acupuncture-前台/.env.production +++ b/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/'