feat:对接首页数据

This commit is contained in:
zjc
2025-03-11 16:02:49 +08:00
parent a63ace50c4
commit 999d99b68c
5 changed files with 79 additions and 16 deletions

View File

@@ -38,6 +38,7 @@
() => dataRes.value,
(val) => {
if (val) {
console.log(val, '首页接受数据')
switch (val.type) {
case 'userPortrait':
homeStore.setUserPortraitData(val.data)