Your Name
2022-08-18 d9bb98ca91dc00e852ce2a8477c3e4957afa7183
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 });