|
@@ -220,42 +220,42 @@
|
|
|
|
|
|
},
|
|
|
"tabBar":{
|
|
|
- "color":"#009891",
|
|
|
- "selectedColor":"#2B8300",
|
|
|
+ "color":"#817F99",
|
|
|
+ "selectedColor":"#4696f6",
|
|
|
"list":[
|
|
|
{
|
|
|
"text":"首页",
|
|
|
"pagePath":"pages/index/index",
|
|
|
- "iconPath":"static/home-3-line.png",
|
|
|
- "selectedIconPath": "static/home-3-fill.png"
|
|
|
+ "iconPath":"static/img/home-3-line.png",
|
|
|
+ "selectedIconPath": "static/img/home-3-fill.png"
|
|
|
|
|
|
},
|
|
|
{
|
|
|
"text":"招工",
|
|
|
"pagePath":"pages/jobInformation/jobInformation",
|
|
|
- "iconPath":"static/todo-line.png",
|
|
|
- "selectedIconPath": "static/todo-fill.png"
|
|
|
+ "iconPath":"static/img/todo-line.png",
|
|
|
+ "selectedIconPath": "static/img/todo-fill.png"
|
|
|
|
|
|
},
|
|
|
{
|
|
|
"text":"发布",
|
|
|
"pagePath":"pages/issue/issue",
|
|
|
- "iconPath":"static/add-circle-line.png",
|
|
|
- "selectedIconPath": "static/add-circle-fill.png"
|
|
|
+ "iconPath":"static/img/add-circle-line.png",
|
|
|
+ "selectedIconPath": "static/img/add-circle-fill.png"
|
|
|
|
|
|
},
|
|
|
{
|
|
|
"text":"找人",
|
|
|
"pagePath":"pages/choreInformation/choreInformation",
|
|
|
- "iconPath":"static/user-search-line.png",
|
|
|
- "selectedIconPath": "static/user-search-fill.png"
|
|
|
+ "iconPath":"static/img/user-search-line.png",
|
|
|
+ "selectedIconPath": "static/img/user-search-fill.png"
|
|
|
|
|
|
},
|
|
|
{
|
|
|
"text":"我的",
|
|
|
"pagePath":"pages/mine/mine",
|
|
|
- "iconPath":"static/user-4-line.png",
|
|
|
- "selectedIconPath": "static/user-4-fill.png"
|
|
|
+ "iconPath":"static/img/user-4-line.png",
|
|
|
+ "selectedIconPath": "static/img/user-4-fill.png"
|
|
|
|
|
|
}
|
|
|
]
|