From 6e23d16861feb4e28429aa10355f749c97669c23 Mon Sep 17 00:00:00 2001 From: zx <604444282@qq.com> Date: Fri, 8 Jul 2022 17:55:48 +0800 Subject: [PATCH] zx --- src/components/Layout/LeftMenu/index.vue | 2 +- src/router/index.js | 4 +++- src/views/BasicSetting/index.vue | 6 +++++- src/views/MatManage/index.vue | 6 +++++- src/views/MemberManage/index.vue | 6 +++++- src/views/QuestManage/_infoCollect/index.vue | 4 ++++ src/views/QuestManage/_questList/index.vue | 4 ++++ src/views/QuestManage/index.vue | 6 +++++- src/views/ReviewManage/index.vue | 6 +++++- src/views/SystemManage/_accountManage/index.vue | 6 +++--- src/views/SystemManage/index.vue | 6 +++++- 11 files changed, 45 insertions(+), 11 deletions(-) diff --git a/src/components/Layout/LeftMenu/index.vue b/src/components/Layout/LeftMenu/index.vue index 71cae60..460ea44 100644 --- a/src/components/Layout/LeftMenu/index.vue +++ b/src/components/Layout/LeftMenu/index.vue @@ -41,7 +41,7 @@ export default defineComponent({ list = row.children } }, - { immediate: true } + { immediate: true } ) return { list, diff --git a/src/router/index.js b/src/router/index.js index 9724319..b1af86e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,7 +5,7 @@ const routes = [ path: "/", name: "Layout", component: () => import("@/components/Layout/index.vue"), - redirect: '/homePage', + redirect: '/questManage', meta: { title: '首页', }, @@ -33,6 +33,7 @@ const routes = [ component: () => import("@/views/QuestManage/_questList/index.vue"), meta: { title: '任务列表', + keepAlive: true }, }, { @@ -41,6 +42,7 @@ const routes = [ component: () => import("@/views/QuestManage/_infoCollect/index.vue"), meta: { title: '线索收集', + keepAlive: true }, }, { diff --git a/src/views/BasicSetting/index.vue b/src/views/BasicSetting/index.vue index 8787f75..655bcbd 100644 --- a/src/views/BasicSetting/index.vue +++ b/src/views/BasicSetting/index.vue @@ -1,5 +1,9 @@