Commit a9b14c52 authored by miaojiale's avatar miaojiale

修改路径

parent 9e270f28
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/'
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
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment