root 3 anni fa
parent
commit
157ba27930
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
 })