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