lsc 2 lat temu
rodzic
commit
3c023bbd36
4 zmienionych plików z 2 dodań i 1 usunięć
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.b24cebe8.js
  4. 1 0
      src/permission.js

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 1 - 1
dist/report.html


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.b24cebe8.js


+ 1 - 0
src/permission.js

@@ -25,6 +25,7 @@ router.beforeEach(async(to, from, next) => {
       next({ path: '/' })
       NProgress.done()
     } else {
+      debugger
       const userinfo = store.getters.userinfo && Object.keys(store.getters.userinfo).length > 0
       if (userinfo) {
         next()

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików