优化代码

This commit is contained in:
pengxiaolong
2025-08-21 21:36:08 +08:00
parent 5a39e461fe
commit 89014e306e
21 changed files with 370 additions and 151 deletions

View File

@@ -46,7 +46,7 @@ onMounted(() => {
getPromiseStorage('user').then(res => {
console.log(res);
user.value = res;
});
}).catch((err) => {});
});
onUpdated(() => {
// 组件更新后执行