root hace 3 años
padre
commit
157ba27930
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
 })