-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages.json
83 lines (83 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "相关与反馈"
}
},
{
"path": "pages/admin/admin",
"style": {
"navigationBarTitleText": "查看订单"
}
},
{
"path": "pages/privacy/privacy",
"style": {
"navigationBarTitleText": "隐私协议"
}
},
{
"path": "pages/intro/intro",
"style": {
"navigationBarTitleText": "使用说明"
}
}
],
"tabBar": {
"color": "#333333",
"selectedColor": "#465CFF",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/icon_index_64.png",
"selectedIconPath": "static/images/tabbar/icon_index_selected_64.png",
"text": "提交订单"
},
{
"pagePath": "pages/admin/admin",
"iconPath": "static/images/tabbar/icon_order.png",
"selectedIconPath": "static/images/tabbar/icon_order_selected.png",
"text": "查看订单"
},
{
"pagePath": "pages/about/about",
"iconPath": "static/images/tabbar/icon_about.png",
"selectedIconPath": "static/images/tabbar/icon_about_selected.png",
"text": "相关与反馈"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": false,
"groupIdList": [
"421976351"
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "自助贴贴墙",
"backgroundTextStyle": "black",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F5F6FA",
"backgroundColor": "#FFFFFF"
},
"easycom": {
"autoscan": true,
"custom": {
"tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue",
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
}
},
"subPackages": []
}