上线登录

This commit is contained in:
2025-03-03 09:21:50 +08:00
parent a577fa4133
commit bc360d868e
4 changed files with 15 additions and 9 deletions

View File

@@ -23,8 +23,8 @@ whenever(ctrl_s, () => {})
whenever(ctrl_r, () => {})
onMounted(async () => {
// const data = await getMyProfile()
// username.value = data
const data = await getMyProfile()
username.value = data
})
watch(authed, (v) => {