Browse Source

去掉debugger

lifanagju_citu 5 months ago
parent
commit
abadbf870d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/permission.js

+ 0 - 1
src/permission.js

@@ -16,7 +16,6 @@ const { start, done } = useNProgress()
 router.beforeEach(async (to, from, next) => {
   localStorage.setItem('routerTest', to.path) // 本地环境保存代码热更新会导致路径缺失问题
   const tokenIndex = getIsEnterprise() ? 1: 2
-  debugger
   start()
   // loadStart()
   if (to.path === '/enterpriseVerification') {