登录相关页和首页组件适配

This commit is contained in:
kron
2025-11-26 16:05:30 +08:00
parent 6830136957
commit ec48de4970
10 changed files with 239 additions and 197 deletions

View File

@@ -9,8 +9,8 @@ const { user } = storeToRefs(store);
const props = defineProps({
editAvatar: {
type: String,
default: "",
type: Function,
default: () => {},
},
});