From bb0ca61a62183442c0577039a127d28d0ff957e9 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 3 Dec 2025 11:12:49 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=88=A0=E9=99=A4=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=8F=8A=E5=85=B6=E5=9B=BE=E7=89=87):=20=E5=B7=B4=E5=8B=92?= =?UTF-8?q?=E6=96=AF=E5=9D=A6=E7=8B=AC=E7=AB=8B=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 ------ src/utils/permissionManager.js | 1 - src/utils/routeGuard.js | 1 - 3 files changed, 8 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9c025be..ff2d346 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -299,12 +299,6 @@ const router = createRouter({ component: () => import('../views/Wallet/CashOut/BankCard.vue'), meta: { requiresAuth: true }, }, - { - path: '/independence-day', - name: 'independence-day', - component: () => import('../views/Activities/Palestinian/IndependenceDay/index.vue'), - meta: { requiresAuth: true }, - }, { path: '/oman-national-day', name: 'oman-national-day', diff --git a/src/utils/permissionManager.js b/src/utils/permissionManager.js index 1794813..bd35d57 100644 --- a/src/utils/permissionManager.js +++ b/src/utils/permissionManager.js @@ -58,7 +58,6 @@ const ACTIVITIES = [ '/activity-game', //活动游戏页面 '/revolution-unity-day', //孟加拉国民革命与团结日 - '/independence-day', //巴勒斯坦独立日 '/oman-national-day', //阿曼国庆日 '/Lebanon-independence-day', //黎巴嫩独立日 '/Yemen-independence-day', //也门独立日 diff --git a/src/utils/routeGuard.js b/src/utils/routeGuard.js index 6948c9d..145a42a 100644 --- a/src/utils/routeGuard.js +++ b/src/utils/routeGuard.js @@ -409,7 +409,6 @@ class RouteGuard { '/activity-game', //活动游戏页面 '/revolution-unity-day', //孟加拉国民革命与团结日 - '/independence-day', //巴勒斯坦独立日 '/oman-national-day', //阿曼国庆日 '/Lebanon-independence-day', //黎巴嫩独立日 '/Yemen-independence-day', //也门独立日