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