Your Name
2022-09-08 b06ba42e7fad0ad58ea7d9024722721faab6d2f5
src/router/index.ts
@@ -66,7 +66,6 @@
// 路由加载前
router.beforeEach(async (to, from, next) => {
    debugger
    if (to.path === '/intelligentLine') {
        next();
    } else {