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