diff --git a/src/main.js b/src/main.js index f5a191c4c..a2c5adf76 100644 --- a/src/main.js +++ b/src/main.js @@ -64,7 +64,6 @@ import VConsole from 'vuex' import isMobile from "./store/isMobile"; // 路由拦截 router.beforeEach(function (to, from, next) { -debugger let toName = to.name if (toName === 'CheckPage') { next()