-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
60 lines (56 loc) · 1.44 KB
/
pages.json
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
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "钉钉打卡助手",
"navigationStyle": "custom"
}
}, {
"path": "pages/week-select/week-select",
"style": {
"navigationBarTitleText": "星期",
"enablePullDownRefresh": false
}
}, {
"path": "pages/clock-history/clock-history",
"style": {
"navigationBarTitleText": "钉钉定时打卡记录",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "清空 ",
"fontSize": "15",
"width": "auto"
}]
}
}
}
}, {
"path": "pages/instruction/instruction",
"style": {
"navigationBarTitleText": "使用说明",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/security/security",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "钉钉打卡助手",
"navigationBarBackgroundColor": "#007aff",
"backgroundColor": "#F8F8F8",
"animationDuration": 400
},
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}
}