lsc 2 lat temu
rodzic
commit
ca63b5799c
4 zmienionych plików z 2 dodań i 4 usunięć
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.803ee451.js
  4. 1 3
      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.803ee451.js


+ 1 - 3
src/permission.js

@@ -32,9 +32,7 @@ router.beforeEach(async(to, from, next) => {
       console.log(store.getters)
       console.log(userinfo)
       if (userinfo) {
-        const courseId = store.getters.courseId
-
-        next({ ...to, query: { courseid: courseId } })
+        next()
       } else {
         try {
           // 获取用户信息

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