feat: 修改首页赋值逻辑

This commit is contained in:
chenli
2026-01-30 20:24:06 +08:00
parent cac9120196
commit 6d631af58a
2 changed files with 7 additions and 1 deletions

View File

@@ -392,6 +392,7 @@
getMenuData().then((res) => {
const list = res?.data
this.homeData = list
console.log(this.homeData,'homeData----')
}).catch(() => {
const userStore = useUserStore()
setTimeout(() => {