From e6332e9ed291abf275b0f60cb148d6c538ed0789 Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 14 Jul 2025 16:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=B7=AF=E7=94=B1=20?= =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=BA=8C=E6=9C=9F=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b782720..01af865 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -71,8 +71,6 @@ const router = createRouter({ { path: '/noPermission', name: "noPermission", component: () => import("../views/noPermissionPage.vue") } ] }, - // 跳转页面 - { path: '/PasswordSuccess', name: "PasswordSuccess.vue", component: () => import("../components/PasswordSuccess.vue") }, ]