From 60d7c3a5f874158aa082256125fe5c1b29773954 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 14 Apr 2022 17:20:49 +0800 Subject: [PATCH] feat: There is no way the, del debug --- src/main.js | 1 - 1 file changed, 1 deletion(-) 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()