From a9b14c52b3fef53d34872694e6001801a10c5103 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Mon, 22 Jan 2024 14:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 +--- src/router/index.js | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index b02d078..175b877 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' -VUE_APP_URL = 'https://zcas.wzswsj.gov.cn:8079/screening-api/' -VUE_APP_IMG = 'https://inno.sh-sict.com/gastric/' +# VUE_APP_URL = 'https://zcas.wzswsj.gov.cn:8079/screening-api/' +# VUE_APP_IMG = 'https://inno.sh-sict.com/gastric/' diff --git a/.env.production b/.env.production index d8c197c..0ba4b1d 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1 @@ -VUE_APP_URL = "https://tj.sjzxyy.com/zasc/gastric-api" -VUE_APP_WSURL = "wss://ds.cixincloud.com/songjiang-socket/websocket/" -VUE_APP_IMGURL = "./" \ No newline at end of file +VUE_APP_BASE_API = '/wrm-api/' \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 56a593a..70a5bae 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,7 @@ Vue.use(Router) const page = [ { path: "/", - redirect: "/questionnaire" //调试 + redirect: "/h5questionnaire" //调试 }, // { // path: "/login", @@ -20,7 +20,7 @@ const page = [ component: () => import("@/pages/feedback") }, { - path: `/questionnaire`, + path: `/h5questionnaire`, meta: { index: 2, keepAlive: false }, name: "questionnaire", component: () => import("@/pages/questionnaire") -- 2.22.0