pages.json
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^c-(.*)": "@/components/c-$1/c-$1.vue"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "defult", //模式名称
"path": "pages/main/position/positionDetail/positionDetail",
"query": "jobId=1544925053173403649&brokerId=1000007"
}]
},
"pages": [{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "人人推",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabBar/my/my",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "校企职通车人人推"
}
}
],
"subPackages": [],
"preloadRule": {
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"fontSize": "36rpx"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#F64114",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"height": "100rpx",
"fontSize": "40rpx",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "/static/img/tabbar/home.png",
"selectedIconPath": "/static/img/tabbar/homeHL.png",
"text": "首页"
}, {
"pagePath": "pages/tabBar/my/my",
"iconPath": "/static/img/tabbar/my.png",
"selectedIconPath": "/static/img/tabbar/myHL.png",
"text": "我的"
}]
}
}