|
@@ -64,13 +64,13 @@ const defaultTabBarListConfig=[
|
|
|
iconPath: "../static/tabbar/question.png",
|
|
|
selectedIconPath: "../static/tabbar/question-s.png",
|
|
|
},
|
|
|
- {
|
|
|
- key: "activity",
|
|
|
- pagePath: "pages/activity/activity",
|
|
|
- text: "活动",
|
|
|
- iconPath: "../static/tabbar/activity.png",
|
|
|
- selectedIconPath: "../static/tabbar/activity-s.png",
|
|
|
- },
|
|
|
+ {
|
|
|
+ key: "voice_broadcast",
|
|
|
+ pagePath: "pages/voice/voice",
|
|
|
+ text: "语音播报",
|
|
|
+ iconPath: "../static/tabbar/voice.png",
|
|
|
+ selectedIconPath: "../static/tabbar/voice-s.png",
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
|