|
@@ -217,7 +217,52 @@
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
"navigationBarTitleText": "荆开零工驿站",
|
|
|
"enablePullDownRefresh": false
|
|
|
+
|
|
|
},
|
|
|
+ "tabBar":{
|
|
|
+ "color":"#009891",
|
|
|
+ "selectedColor":"#2B8300",
|
|
|
+ "list":[
|
|
|
+ {
|
|
|
+ "text":"首页",
|
|
|
+ "pagePath":"pages/index/index",
|
|
|
+ "iconPath":"static/home-3-line.png",
|
|
|
+ "selectedIconPath": "static/home-3-fill.png"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"招工",
|
|
|
+ "pagePath":"pages/jobInformation/jobInformation",
|
|
|
+ "iconPath":"static/todo-line.png",
|
|
|
+ "selectedIconPath": "static/todo-fill.png"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"发布",
|
|
|
+ "pagePath":"pages/issue/issue",
|
|
|
+ "iconPath":"static/add-circle-line.png",
|
|
|
+ "selectedIconPath": "static/add-circle-fill.png"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"找人",
|
|
|
+ "pagePath":"pages/choreInformation/choreInformation",
|
|
|
+ "iconPath":"static/user-search-line.png",
|
|
|
+ "selectedIconPath": "static/user-search-fill.png"
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"我的",
|
|
|
+ "pagePath":"pages/mine/mine",
|
|
|
+ "iconPath":"static/user-4-line.png",
|
|
|
+ "selectedIconPath": "static/user-4-fill.png"
|
|
|
+
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
"uniIdRouter": {},
|
|
|
"condition" : { //模式配置,仅开发期间生效
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
@@ -229,4 +274,5 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
-}
|
|
|
+}
|
|
|
+
|