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