Conf:补充tabbar图片相对地址,否则真机调试报错
This commit is contained in:
+8
-8
@@ -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 |
Reference in New Issue
Block a user