Sign in
youxiw2000
/
trash
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4aaa29fbbe4fd891954fc94d46718d6f951e6b59
Authored by
youxiw2000
2023-06-01 09:07:26 +0800
1 parent
c93a2efb
build: skipped
m
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
trash-ui/src/permission.js
trash-ui/src/permission.js
View file @
4aaa29f
...
...
@@ -14,7 +14,6 @@ const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
14
14
// const whiteList = ['/*']
15
15
16
16
router.beforeEach((to, from, next) => {
17
- debugger;
18
17
NProgress.start()
19
18
var token = getToken();
20
19
...
...