@@ -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();