diff --git a/src/main.js b/src/main.js index 307cf0aa7..b56d90b26 100644 --- a/src/main.js +++ b/src/main.js @@ -106,7 +106,6 @@ router.beforeEach(function (to, from, next) { } // 返回值为登录状态 /** 判断是不是在手机端操作 */ - debugger if (isMobile()) { if(toName === 'processCenter'){ window.location.href="about:blank";