lsc 3 days ago
parent
commit
bde7e35a3f
4 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.d9f79043.js
  4. 1 1
      src/permission.js

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d9f79043.js


+ 1 - 1
src/permission.js

@@ -136,7 +136,7 @@ router.beforeEach(async(to, from, next) => {
         NProgress.done()
       } else {
         //   // other pages that do not have permission to access are redirected to the login page.
-        next(`/login2?redirect=${to.path}`)
+        next(`/login`)
         NProgress.done()
       }
     }

Some files were not shown because too many files changed in this diff