Commit 4aaa29fbbe4fd891954fc94d46718d6f951e6b59

Authored by youxiw2000
1 parent c93a2efb

m

Showing 1 changed file with 0 additions and 1 deletions
trash-ui/src/permission.js
@@ -14,7 +14,6 @@ const whiteList = ['/login', '/auth-redirect', '/bind', '/register'] @@ -14,7 +14,6 @@ const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
14 // const whiteList = ['/*'] 14 // const whiteList = ['/*']
15 15
16 router.beforeEach((to, from, next) => { 16 router.beforeEach((to, from, next) => {
17 - debugger;  
18 NProgress.start() 17 NProgress.start()
19 var token = getToken(); 18 var token = getToken();
20 19