回滚本地调试注释代码

This commit is contained in:
cuiyouliang 2025-06-02 17:17:04 +08:00
parent 7ab97bc962
commit d5e618489e

View File

@ -19,7 +19,6 @@ const isWhiteList = (path: string) => {
router.beforeEach(async (to, from, next) => { router.beforeEach(async (to, from, next) => {
NProgress.start(); NProgress.start();
next();
if (getToken()) { if (getToken()) {
to.meta.title && useSettingsStore().setTitle(to.meta.title as string); to.meta.title && useSettingsStore().setTitle(to.meta.title as string);
/* has token*/ /* has token*/