-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
131 lines (131 loc) · 3.78 KB
/
app.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"pages": [
"pages/index/index",
"pages/videocall/videocall",
"pages/register/register",
"pages/cx-form/cx-form",
"pages/new-jc-form/new-jc-form",
"pages/new-jc-manage/new-jc-manage",
"pages/new-jc-form-client/new-jc-form-client",
"pages/new-jc-form-client-upload/new-jc-form-client-upload",
"pages/jc-form/jc-form",
"pages/jc-form-client/jc-form-client",
"pages/jc-form-client-upload/jc-form-client-upload",
"pages/jc-offer/jc-offer",
"pages/new-jc-offer/new-jc-offer",
"pages/new-jc-offer-survey/new-jc-offer-survey",
"pages/jc-manage/jc-manage",
"pages/lock-form/lock-form",
"pages/pipe-form/pipe-form",
"pages/ws-form/ws-form",
"pages/new-ws-form/new-ws-form",
"pages/new-ws-manage/new-ws-manage",
"pages/ws-offer/ws-offer",
"pages/new-ws-offer/new-ws-offer",
"pages/new-ws-offer-survey/new-ws-offer-survey",
"pages/accident-form/accident-form",
"pages/accident-audit-form/accident-audit-form",
"pages/feedback-form/feedback-form",
"pages/idi-feedback-form/idi-feedback-form",
"pages/my-list-home/my-list-home",
"pages/my-list-hujiabao/my-list-hujiabao",
"pages/hujiabao-form/hujiabao-form",
"pages/new-my-list-ws/new-my-list-ws",
"pages/new-my-list-jc/new-my-list-jc",
"pages/my-list-ws/my-list-ws",
"pages/my-list-jc/my-list-jc",
"pages/my-list-cx/my-list-cx",
"pages/my-list-lock/my-list-lock",
"pages/my-list-feedback/my-list-feedback",
"pages/my-list-pipe/my-list-pipe",
"pages/my-list-accident/my-list-accident",
"pages/sign/sign",
"pages/pay/pay",
"pages/updateBasic/updateBasic",
"pages/webview/webview",
"pages/my-list-idi/my-list-idi",
"pages/idi-form/idi-form",
"pages/idi-offer/idi-offer",
"pages/survey-ws/survey-ws"
],
"subPackages": [
{
"root": "subpackage/wscompare/",
"pages": [
"new-my-list-ws/new-my-list-ws",
"new-ws-form/new-ws-form",
"new-ws-offer/new-ws-offer",
"new-ws-offer-survey/new-ws-offer-survey",
"new-ws-manage/new-ws-manage"
]
},
{
"root": "subpackage/wsassign/",
"pages": [
"new-my-list-ws/new-my-list-ws",
"new-ws-form/new-ws-form",
"new-ws-offer/new-ws-offer",
"new-ws-offer-survey/new-ws-offer-survey",
"new-ws-manage/new-ws-manage"
]
},
{
"root": "subpackage/peace/",
"pages": [
"peace"
]
},
{
"root": "subpackage/calculate/",
"pages": [
"calculate-list/calculate-list",
"calculate-glass/calculate-glass",
"calculate-ws/calculate-ws"
]
}
],
"permission": {
"scope.userLocation": {
"desc": "请求获取您的位置信息"
}
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#016eff",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "汇报价"
},
"tabBar": {
"selectedColor": "#016eff",
"color": "#a3a3a3",
"list": [
{
"iconPath": "asset/image/home.png",
"selectedIconPath": "asset/image/home_active.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "asset/image/list.png",
"selectedIconPath": "asset/image/list_active.png",
"pagePath": "pages/my-list-home/my-list-home",
"text": "我的工单"
},
{
"iconPath": "asset/image/my.png",
"selectedIconPath": "asset/image/my_active.png",
"pagePath": "pages/register/register",
"text": "我的信息"
}
]
},
"plugins": {
"WechatSI": {
"version": "0.3.5",
"provider": "wx069ba97219f66d99"
}
},
"sitemapLocation": "sitemap.json",
"cloud": true,
"lazyCodeLoading": "requiredComponents"
}