|
@@ -430,20 +430,20 @@
|
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"text": "主页",
|
|
|
- "iconPath": "static/tabbar-icon/home.png",
|
|
|
- "selectedIconPath": "static/tabbar-icon/home-fill.png"
|
|
|
+ "iconPath": "static/images/tabbar-icon/home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar-icon/home-fill.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/chat/chat",
|
|
|
"text": "消息",
|
|
|
- "iconPath": "static/tabbar-icon/comment.png",
|
|
|
- "selectedIconPath": "static/tabbar-icon/comment-filling.png"
|
|
|
+ "iconPath": "static/images/tabbar-icon/comment.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/personalCenter/personalCenter",
|
|
|
"text": "我的",
|
|
|
- "iconPath": "static/tabbar-icon/user-line.png",
|
|
|
- "selectedIconPath": "static/tabbar-icon/user-s.png"
|
|
|
+ "iconPath": "static/images/tabbar-icon/user-line.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar-icon/user-s.png"
|
|
|
}
|
|
|
]
|
|
|
},
|