From 1f1c7b3f0c10c93dfdb879206e636737a0d672aa Mon Sep 17 00:00:00 2001 From: yxh Date: Wed, 5 Apr 2023 15:11:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20404=E8=B7=B3=E8=BD=AC=EF=BC=8C=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E5=A4=A7=E5=B0=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 2 +- src/views/error/401.vue | 2 +- src/views/error/404.vue | 2 +- src/views/system/dept/index.vue | 4 +-- src/views/system/dict/dataList.vue | 3 --- src/views/system/dict/index.vue | 4 --- src/views/system/monitor/operLog/index.vue | 3 +-- src/views/system/post/index.vue | 6 ++--- src/views/system/role/index.vue | 6 ++--- src/views/system/sysJob/list/index.vue | 4 +-- src/views/system/tools/gen/index.vue | 5 ++-- src/views/system/user/index.vue | 30 ++++++++++------------ 12 files changed, 29 insertions(+), 42 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index c9c6e73..379c6e5 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -1109,7 +1109,7 @@ export const demoRoutes:Array = [ */ export const notFoundAndNoPower = [ { - path: '/:path(.*)*', + path: '/:path(.*)', name: 'notFound', component: () => import('/@/views/error/404.vue'), meta: { diff --git a/src/views/error/401.vue b/src/views/error/401.vue index 711fa25..9afe13b 100644 --- a/src/views/error/401.vue +++ b/src/views/error/401.vue @@ -13,7 +13,7 @@
diff --git a/src/views/error/404.vue b/src/views/error/404.vue index 3a7ce22..1a5e465 100644 --- a/src/views/error/404.vue +++ b/src/views/error/404.vue @@ -13,7 +13,7 @@
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 931b861..98e6b7e 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -4,10 +4,10 @@