Conf:补充tabbar图片相对地址,否则真机调试报错

This commit is contained in:
lifizer
2025-04-06 00:04:29 +08:00
parent d7ccd248b6
commit 30f550ca92
2 changed files with 8 additions and 8 deletions
+8 -8
View File
@@ -974,26 +974,26 @@
"list": [
{
"pagePath": "pages/home/index",
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "首页"
},
{
"pagePath": "pages/cloud/haveFun",
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "寻趣味"
},
{
"pagePath": "pages/cart",
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "购物车"
},
{
"pagePath": "pages/user/User/index",
"iconPath": "",
"selectedIconPath": "",
"iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "我的"
}
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB