From 1de6e4bd902db362e21a2e7cd23e7327de34de40 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 14 Oct 2025 09:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E7=BB=93=E6=9E=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 20 +++---------------- src/settings.js | 2 +- .../certificateAtake/index.vue | 1 - 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9c65831..a4e1c40 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -64,27 +64,13 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: '/canteen/index', - // children: [ - // { - // path: 'index', - // component: () => import('@/views/index'), - // name: 'Index', - // meta: { title: '首页', icon: 'dashboard', affix: true } - // } - // ] - }, - { - path: '/canteen', - component: Layout, - hidden: true, - redirect: 'noredirect', + redirect: '/index', children: [ { path: 'index', component: () => import('@/views/index_v1'), - name: 'Profile', - meta: { title: '首页', icon: 'dashboard' } + name: 'Index', + meta: { title: '首页', icon: 'dashboard', affix: true } } ] }, diff --git a/src/settings.js b/src/settings.js index 7293dca..178799f 100644 --- a/src/settings.js +++ b/src/settings.js @@ -12,7 +12,7 @@ module.exports = { /** * 是否显示顶部导航 */ - topNav: true, + topNav: false, /** * 是否显示 tagsView diff --git a/src/views/certificate/certificateReturnManage/certificateAtake/index.vue b/src/views/certificate/certificateReturnManage/certificateAtake/index.vue index a6f3312..24dde7d 100644 --- a/src/views/certificate/certificateReturnManage/certificateAtake/index.vue +++ b/src/views/certificate/certificateReturnManage/certificateAtake/index.vue @@ -90,7 +90,6 @@ -