From 1674d9bb44595d6ce5d4b6f8fed092dfe47708b8 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期一, 20 一月 2025 14:59:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/store/modules/permission.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/permission.ts b/src/store/modules/permission.ts
index 2000b33..f32facc 100644
--- a/src/store/modules/permission.ts
+++ b/src/store/modules/permission.ts
@@ -45,7 +45,6 @@
         this.addRouters = routerMap.concat([
           {
             path: '/:path(.*)*',
-            // redirect: '/404',
             component: () => import('@/views/Error/404.vue'),
             name: '404Page',
             meta: {

--
Gitblit v1.9.3