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