This commit is contained in:
zk
2023-12-28 17:16:08 +08:00
parent 1d28db6839
commit 88c9ac1576
7 changed files with 16 additions and 13 deletions
-4
View File
@@ -205,10 +205,6 @@
onMounted(() => {
//加载验证码
handleChangeCheckCode();
let token = getAuthCache(TOKEN_KEY);
if (token) {
router.push({ path: '/home' });
}
});
</script>