This commit is contained in:
X1627315083
2023-12-14 12:03:13 +08:00
parent 44d4a45609
commit 73ab435830
4 changed files with 3 additions and 6 deletions

View File

@@ -454,7 +454,7 @@ export default defineComponent({
let token = rv.token;
setCookie("token", token);
setCookie("isTest", isTest);
setCookie("isBeginner", true);
setCookie("isBeginner", isBeginner);
setCookie("isBeginnerNum", 0);
setCookie("userInfo", JSON.stringify(rv));
this.turnToHomePage();

View File

@@ -133,7 +133,7 @@ export default defineComponent({
let historyTable:any = this.$refs.historyTable
this.historyTableHeight = historyTable.clientHeight - 130
this.getHistoryList()
if()
// if()
router.replace('/login')
},