Admin
2022-09-07 5890a81be95fe65622c605083b1808b6997d4417
src/router/index.ts
@@ -66,7 +66,7 @@
// 路由加载前
router.beforeEach(async (to, from, next) => {
    if (to.path === '/intelligentMap') {
    if (to.path === '/intelligentLine') {
        next();
    } else {
        NProgress.configure({ showSpinner: false });