root 3 tahun lalu
induk
melakukan
157ba27930
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]);
       store.commit("update", ["userId", res.data[0][0].userid]);
     })
     })
     .catch((err) => {
     .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();
   next();
 })
 })