This commit is contained in:
Paidax
2025-10-20 14:17:30 +08:00
parent 4434d7d243
commit 0209e4931d
48 changed files with 211 additions and 220 deletions
@@ -22,7 +22,7 @@ const home = {
@click="menuClick(item)"
:key="item.id"
:text="item.name">
<img :src="item.icon"
<img :src="item.picIcon"
slot="icon"
style="width: 40px; height: 40px"/>
</van-grid-item>