lct
Your Name
2022-08-08 fe4005fe29aafa104485ffa2392598bd8dccd347
src/router/index.ts
@@ -66,6 +66,9 @@
// 路由加载前
router.beforeEach(async (to, from, next) => {
    if (to.path === '/intelligentMap') {
        next();
    } else {
    NProgress.configure({ showSpinner: false });
    if (to.meta.title) NProgress.start();
    const token = Session.get('token');
@@ -94,6 +97,7 @@
            }
        }
    }
    }
});
// 路由加载后