From d5e618489e6e64e3cb54960dbff6373fd2219db1 Mon Sep 17 00:00:00 2001 From: cuiyouliang Date: Mon, 2 Jun 2025 17:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9A=E6=9C=AC=E5=9C=B0=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/permission.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/permission.ts b/src/permission.ts index d47b51c..fb60b07 100644 --- a/src/permission.ts +++ b/src/permission.ts @@ -19,7 +19,6 @@ const isWhiteList = (path: string) => { router.beforeEach(async (to, from, next) => { NProgress.start(); - next(); if (getToken()) { to.meta.title && useSettingsStore().setTitle(to.meta.title as string); /* has token*/