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