|
@@ -42,6 +42,12 @@
|
|
|
activePath: getStaticUrl('static/images/tabbar/select/index-icon.png'),
|
|
|
},
|
|
|
{
|
|
|
+ text: '家政',
|
|
|
+ path: '/pages/game/index',
|
|
|
+ iconPath: getStaticUrl('static/images/tabbar/unselect/jz-icon.png'),
|
|
|
+ activePath: getStaticUrl('static/images/tabbar/select/jz-icon.png'),
|
|
|
+ },
|
|
|
+ {
|
|
|
text: '我的',
|
|
|
path: `/pages/my/index`,
|
|
|
iconPath: getStaticUrl('static/images/tabbar/unselect/my-icon.png'),
|