This commit is contained in:
lq
2025-06-21 15:31:21 +08:00
parent 23945a58de
commit 4f118047c4
6 changed files with 106 additions and 22 deletions

View File

@ -16,6 +16,8 @@ export async function handleUserLogin() {
handleUserHome();
}
// 首页
export function handleUserHome() {
router.push({ name: 'Home' });