|
@@ -24,14 +24,14 @@
|
|
|
tabList: [{
|
|
tabList: [{
|
|
|
text: '首页',
|
|
text: '首页',
|
|
|
path: `/pages/client/ShouYe/shouye`,
|
|
path: `/pages/client/ShouYe/shouye`,
|
|
|
- iconPath: '/static/images/tabbar/unselect/client-jz-icon.png',
|
|
|
|
|
- activePath:'/static/images/tabbar/select/client-jz-icon.png',
|
|
|
|
|
|
|
+ iconPath: 'static/images/tabbar/unselect/client-jz-icon.png',
|
|
|
|
|
+ activePath:'static/images/tabbar/select/client-jz-icon.png',
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
text: '我的',
|
|
text: '我的',
|
|
|
path: `/pages/client/my/index`,
|
|
path: `/pages/client/my/index`,
|
|
|
- iconPath: '/static/images/tabbar/unselect/client-my-icon.png',
|
|
|
|
|
- activePath: '/static/images/tabbar/select/client-my-icon.png',
|
|
|
|
|
|
|
+ iconPath: 'static/images/tabbar/unselect/client-my-icon.png',
|
|
|
|
|
+ activePath: 'static/images/tabbar/select/client-my-icon.png',
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
};
|
|
};
|