|
|
@@ -24,14 +24,14 @@
|
|
|
tabList: [{
|
|
|
text: '首页',
|
|
|
path: `/pages/admin/ShouYe/shouye`,
|
|
|
- iconPath: getStaticUrl('static/images/tabbar/unselect/index-icon.png'),
|
|
|
- activePath: getStaticUrl('static/images/tabbar/select/index-icon.png'),
|
|
|
+ iconPath: getStaticUrl('/static/images/tabbar/unselect/index-icon.png'),
|
|
|
+ activePath: getStaticUrl('/static/images/tabbar/select/index-icon.png'),
|
|
|
},
|
|
|
{
|
|
|
text: '家政',
|
|
|
path: '/pages/admin/Jiazheng/index',
|
|
|
- iconPath: getStaticUrl('static/images/tabbar/unselect/jz-icon.png'),
|
|
|
- activePath: getStaticUrl('static/images/tabbar/select/jz-icon.png'),
|
|
|
+ iconPath: getStaticUrl('/static/images/tabbar/unselect/jz-icon.png'),
|
|
|
+ activePath: getStaticUrl('/static/images/tabbar/select/jz-icon.png'),
|
|
|
},
|
|
|
{
|
|
|
text: '课程',
|