From 3fb10e5c524cce30fbaf433c33827a949d359547 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Mon, 22 Jan 2024 14:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 70a5bae..56a593a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,7 @@ Vue.use(Router) const page = [ { path: "/", - redirect: "/h5questionnaire" //调试 + redirect: "/questionnaire" //调试 }, // { // path: "/login", @@ -20,7 +20,7 @@ const page = [ component: () => import("@/pages/feedback") }, { - path: `/h5questionnaire`, + path: `/questionnaire`, meta: { index: 2, keepAlive: false }, name: "questionnaire", component: () => import("@/pages/questionnaire") -- 2.22.0