feat: 跳转链接带二维码

This commit is contained in:
renxiaodong
2025-06-23 01:46:41 -04:00
parent b3d33600c0
commit 9c8d5ba8d0
4 changed files with 15 additions and 10 deletions

View File

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