xbx #181

Merged
theluyuan merged 2 commits from xbx into master 2020-11-30 06:28:30 +00:00
Showing only changes of commit baabe4cf96 - Show all commits

View File

@ -285,7 +285,7 @@ export default defineComponent({
setToken();
store.commit("login", true);
store.dispatch("setUserInfo");
// router.push("/mine/archives")
router.push("/mine/archives")
}
}
})