|
|
@ -46,20 +46,20 @@ |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"pagePath": "pages/tabBar/msg/index", |
|
|
|
"iconPath": "static/img/处理.png", |
|
|
|
"selectedIconPath": "static/img/处理.png", |
|
|
|
"iconPath": "static/img/消息-灰.png", |
|
|
|
"selectedIconPath": "static/img/消息.png", |
|
|
|
"text": "消息" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/tabBar/work/index", |
|
|
|
"iconPath": "static/img/处理.png", |
|
|
|
"selectedIconPath": "static/img/处理.png", |
|
|
|
"iconPath": "static/img/工作-灰.png", |
|
|
|
"selectedIconPath": "static/img/工作.png", |
|
|
|
"text": "工作" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"pagePath": "pages/tabBar/mine/index", |
|
|
|
"iconPath": "static/img/处理.png", |
|
|
|
"selectedIconPath": "static/img/处理.png", |
|
|
|
"iconPath": "static/img/我的-灰.png", |
|
|
|
"selectedIconPath": "static/img/我的.png", |
|
|
|
"text": "我的" |
|
|
|
} |
|
|
|
] |
|
|
|