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