From e060b235dcb43b9322cd8453c3ddc8f768bb9795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E6=AC=A7=EF=BC=88=E6=9E=97=E5=B9=B3=E5=87=A1?= =?UTF-8?q?=EF=BC=89?= Date: Fri, 19 Sep 2025 17:03:08 +0800 Subject: [PATCH] 1 --- src/router/index.js | 10 +---- src/views/index.vue | 102 -------------------------------------------- 2 files changed, 1 insertion(+), 111 deletions(-) delete mode 100644 src/views/index.vue diff --git a/src/router/index.js b/src/router/index.js index 84e46eb..d850ab5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -64,15 +64,7 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: '/sloworder/index', - children: [ - { - path: 'index', - component: () => import('@/views/index'), - name: 'Index', - meta: { title: '首页', icon: 'dashboard', affix: true } - } - ] + redirect: '/sloworder/index' }, { path: '/user', diff --git a/src/views/index.vue b/src/views/index.vue deleted file mode 100644 index f8bd2fc..0000000 --- a/src/views/index.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - -