Browse Source

去掉debugger

zhaojijng 3 years ago
parent
commit
a765d0fd61
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/router/index.ts

+ 0 - 1
src/router/index.ts

@@ -43,7 +43,6 @@ router.beforeEach((to, from, next) => {
     // canUserAccess() 返回 `true` 或 `false`
     console.log("to", to);
     var projectId = to.query.projectId || "";
-    debugger;
     projectId && store.commit("setProjectId", projectId);
     next();
 });