修复登录问题

This commit is contained in:
junleea 2025-07-26 16:48:36 +08:00
parent 7cf85e8bdb
commit 0bf5f0a1d4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const param = reactive({
onMounted(async () => {
//
let res = getMyUserInfo(localStorage.getItem("userId"));
let res = await getMyUserInfo(localStorage.getItem("userId"));
if(res.code === 0){
//
router.push("/user");