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": [ "list": [
{ {
"pagePath": "pages/home/index", "pagePath": "pages/home/index",
"iconPath": "", "iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "", "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "首页" "text": "首页"
}, },
{ {
"pagePath": "pages/cloud/haveFun", "pagePath": "pages/cloud/haveFun",
"iconPath": "", "iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "", "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "寻趣味" "text": "寻趣味"
}, },
{ {
"pagePath": "pages/cart", "pagePath": "pages/cart",
"iconPath": "", "iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "", "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "购物车" "text": "购物车"
}, },
{ {
"pagePath": "pages/user/User/index", "pagePath": "pages/user/User/index",
"iconPath": "", "iconPath": "/static/images/tabbar/tabbar-01-on.png",
"selectedIconPath": "", "selectedIconPath": "/static/images/tabbar/tabbar-01-on.png",
"text": "我的" "text": "我的"
} }
] ]
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB