|
@@ -77,33 +77,33 @@
|
|
|
|
|
|
{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "text": "首页"
|
|
|
- // "iconPath": "static/img/home.png",
|
|
|
- // "selectedIconPath": "static/img/home_1.png"
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "static/tabBarIcon/home.png",
|
|
|
+ "selectedIconPath": "static/tabBarIcon/home-selected.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/resource/resource",
|
|
|
- "text": "资源库"
|
|
|
- // "iconPath": "static/img/home.png",
|
|
|
- // "selectedIconPath": "static/img/home_1.png"
|
|
|
+ "text": "资源库",
|
|
|
+ "iconPath": "static/tabBarIcon/resource.png",
|
|
|
+ "selectedIconPath": "static/tabBarIcon/resource-selected.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/activityPage/activityPage",
|
|
|
- "text": "活动"
|
|
|
- // "iconPath": "static/img/home.png",
|
|
|
- // "selectedIconPath": "static/img/home_1.png"
|
|
|
+ "text": "活动",
|
|
|
+ "iconPath": "static/tabBarIcon/activity.png",
|
|
|
+ "selectedIconPath": "static/tabBarIcon/activity-selected.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/message/message",
|
|
|
- "text": "消息"
|
|
|
- // "iconPath": "static/img/home.png",
|
|
|
- // "selectedIconPath": "static/img/home_1.png"
|
|
|
+ "text": "消息",
|
|
|
+ "iconPath": "static/tabBarIcon/message.png",
|
|
|
+ "selectedIconPath": "static/tabBarIcon/message-selected.png"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/mine/mine",
|
|
|
- "text": "我的"
|
|
|
- // "iconPath": "static/img/home.png",
|
|
|
- // "selectedIconPath": "static/img/home_1.png"
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "static/tabBarIcon/mine.png",
|
|
|
+ "selectedIconPath": "static/tabBarIcon/mine-selected.png"
|
|
|
}
|
|
|
]
|
|
|
},
|