This commit is contained in:
2026-03-22 14:22:57 +08:00
parent c41154c93a
commit 7325106ae7
6 changed files with 147 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ export function useAuth() {
}
function toHome() {
router.push({ path: '/dashboard' })
router.push({ path: '/monisuo/dashboard' })
}
async function login(username: string, password: string) {