diff --git a/.env.development b/.env.development index b02d078326357907ab059adcb6f6912811aae665..175b87716bba9e5fdbb0aee970e8784ddd61707c 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 d8c197c5f17b04964779f7f952fa8a1613e6b535..0ba4b1dc675685e00a5db0a4435f8973f33f205c 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 56a593a8dec032f543a14a8df70b56262565e9fe..70a5baef97f315f249d7ebc3151c992c02ec90b4 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")