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