From a577fa41334b04845eb24bb157278c2af88599b6 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 28 Feb 2025 16:21:55 +0800 Subject: [PATCH] fix --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2a6fb2d..d1c9c4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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) => {