root 3 lat temu
rodzic
commit
157ba27930
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -30,7 +30,7 @@ router.beforeEach((to, from, next) => {
       store.commit("update", ["userId", res.data[0][0].userid]);
     })
     .catch((err) => {
-      //window.location.href = "https://edu.cocorobo.cn/course/login?type=1";
+      window.location.href = "https://edu.cocorobo.cn/course/login?type=1";
     });
   next();
 })