root 3 年之前
父節點
當前提交
157ba27930
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
 })