lsc 2 年之前
父節點
當前提交
3c023bbd36
共有 4 個文件被更改,包括 2 次插入1 次删除
  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

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 1 - 1
dist/report.html


文件差異過大導致無法顯示
+ 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()

部分文件因文件數量過多而無法顯示