update
This commit is contained in:
@@ -205,10 +205,6 @@
|
||||
onMounted(() => {
|
||||
//加载验证码
|
||||
handleChangeCheckCode();
|
||||
let token = getAuthCache(TOKEN_KEY);
|
||||
if (token) {
|
||||
router.push({ path: '/home' });
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user