Blame view

pages.json 6.7 KB
c293da23   刘淇   新园林init
1
2
3
  {
  	"pages": [
  		{
e6a04285   刘淇   单图情况 宽高70*70
4
  			"path": "pages/workbench/index",
c293da23   刘淇   新园林init
5
  			"style": {
e6a04285   刘淇   单图情况 宽高70*70
6
7
  				"navigationBarTitleText": "工作台",
  				"navigationStyle": "custom"
c293da23   刘淇   新园林init
8
9
10
  			}
  		},
  		{
e6a04285   刘淇   单图情况 宽高70*70
11
  			"path": "pages/login/index",
c293da23   刘淇   新园林init
12
  			"style": {
8ddc6f6e   刘淇   登录 修改样式
13
14
  				"navigationBarTitleText": "登录",
  				"navigationStyle": "custom"
c293da23   刘淇   新园林init
15
16
17
  			}
  		},
  		{
e6a04285   刘淇   单图情况 宽高70*70
18
  			"path": "pages/index/index",
c293da23   刘淇   新园林init
19
  			"style": {
12e66ec8   刘淇   新增树
20
  				"navigationBarTitleText": "首页",
1d3624b0   刘淇   首页。养护任务
21
22
  				"navigationStyle": "custom",
  				"enablePullDownRefresh": true
c293da23   刘淇   新园林init
23
24
  			}
  		},
e6a04285   刘淇   单图情况 宽高70*70
25
  
c293da23   刘淇   新园林init
26
27
28
  		{
  			"path": "pages/mine/index",
  			"style": {
12e66ec8   刘淇   新增树
29
30
  				"navigationBarTitleText": "我的",
  				"navigationStyle": "custom"
c293da23   刘淇   新园林init
31
32
33
34
35
36
37
38
  			}
  		}
  	],
  	"subPackages": [
  		{
  			"root": "pages-sub/daily",
  			"pages": [
  				{
b0e2f1a9   刘淇   快速工单和巡查计划样式优化
39
  					"path": "patrol-manage/index",
c293da23   刘淇   新园林init
40
  					"style": {
37c26bd3   刘淇   巡查计划
41
  						"navigationBarTitleText": "巡查计划"
c293da23   刘淇   新园林init
42
43
44
  					}
  				},
  				{
b0e2f1a9   刘淇   快速工单和巡查计划样式优化
45
  					"path": "patrol-manage/pending-plan-detail",
c293da23   刘淇   新园林init
46
  					"style": {
5cb33b90   刘淇   完成巡查计划 详情
47
  						"navigationBarTitleText": "计划明细",
a2702f6d   刘淇   巡查计划
48
49
50
51
52
  						"enablePullDownRefresh": false
  					}
  				},
  
  				{
b0e2f1a9   刘淇   快速工单和巡查计划样式优化
53
  					"path": "patrol-manage/finish-plan-detail",
a2702f6d   刘淇   巡查计划
54
  					"style": {
54955fb5   刘淇   巡查和养护 。 失效状态的判断
55
  						"navigationBarTitleText": "已完成详情",
a2702f6d   刘淇   巡查计划
56
57
58
59
60
  						"enablePullDownRefresh": false
  					}
  				},
  
  				{
b0e2f1a9   刘淇   快速工单和巡查计划样式优化
61
  					"path": "patrol-manage/add-patrol-record",
a2702f6d   刘淇   巡查计划
62
63
64
  					"style": {
  						"navigationBarTitleText": "添加巡查记录",
  						"enablePullDownRefresh": false
c293da23   刘淇   新园林init
65
66
  					}
  				},
a2702f6d   刘淇   巡查计划
67
68
  
  
c293da23   刘淇   新园林init
69
70
71
72
73
74
75
76
77
  				{
  					"path": "work-order/index",
  					"style": { "navigationBarTitleText": "工单上报" }
  				},
  				{
  					"path": "quick-order/index",
  					"style": { "navigationBarTitleText": "快速工单" }
  				},
  				{
9b30ab8c   刘淇   新增快速工单,原版
78
79
80
81
82
83
84
85
86
87
  					"path": "quick-order/add-order",
  					"style": { "navigationBarTitleText": "新增快速工单" }
  				},
  				{
  					"path": "quick-order/order-detail",
  					"style": { "navigationBarTitleText": "快速工单详情" }
  				},
  
  
  				{
c293da23   刘淇   新园林init
88
89
90
  					"path": "12345-order/index",
  					"style": { "navigationBarTitleText": "12345工单" }
  				},
834a3df1   刘淇   养护计划列表
91
  
c293da23   刘淇   新园林init
92
  				{
834a3df1   刘淇   养护计划列表
93
94
  					"path": "maintain-manage/index",
  					"style": { "navigationBarTitleText": "养护计划" }
c293da23   刘淇   新园林init
95
  				},
834a3df1   刘淇   养护计划列表
96
  
c293da23   刘淇   新园林init
97
  				{
834a3df1   刘淇   养护计划列表
98
  					"path": "maintain-manage/road-detail-list",
e6a04285   刘淇   单图情况 宽高70*70
99
  					"style": { "navigationBarTitleText": "计划明细" }
fb13622a   刘淇   养护计划列表 样式 差去一个卡片的头部
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  				},
  
  				{
  					"path": "maintain-manage/add-record",
  					"style": { "navigationBarTitleText": "新增养护记录" }
  				},
  				{
  					"path": "maintain-manage/pending-plan-detail",
  					"style": { "navigationBarTitleText": "计划明细" }
  				},
  
  				{
  					"path": "maintain-manage/record-detail-list",
  					"style": { "navigationBarTitleText": "养护记录明细" }
  				},
  				{
  					"path": "maintain-manage/finish-plan-detail",
  					"style": { "navigationBarTitleText": "记录详情" }
c293da23   刘淇   新园林init
118
  				}
834a3df1   刘淇   养护计划列表
119
120
  
  
fb13622a   刘淇   养护计划列表 样式 差去一个卡片的头部
121
  
c293da23   刘淇   新园林init
122
123
124
125
126
  			]
  		},
  		{
  			"root": "pages-sub/problem",
  			"pages": [
7b1f488f   刘淇   封装下图片上传
127
  
c293da23   刘淇   新园林init
128
  				{
7b1f488f   刘淇   封装下图片上传
129
  					"path": "work-order-manage/index",
c293da23   刘淇   新园林init
130
131
132
  					"style": { "navigationBarTitleText": "工单管理" }
  				},
  				{
d433e7f6   刘淇   工单
133
  					"path": "work-order-manage/add-order",
fa775c6b   刘淇   养护计划调整
134
  					"style": { "navigationBarTitleText": "工单任务" }
d433e7f6   刘淇   工单
135
136
  				},
  
ff65dc6c   刘淇   快速工单 样式优化
137
  				{
fa775c6b   刘淇   养护计划调整
138
139
140
141
  					"path": "work-order-manage/distribution-order",
  					"style": { "navigationBarTitleText": "分配工单" }
  				},
  
fa775c6b   刘淇   养护计划调整
142
  				{
ff65dc6c   刘淇   快速工单 样式优化
143
144
145
  					"path": "work-order-manage/order-detail",
  					"style": { "navigationBarTitleText": "工单详情" }
  				},
2764b83e   刘淇   分配养护员
146
147
148
149
150
  				{
  					"path": "work-order-manage/add-maintain-order",
  					"style": { "navigationBarTitleText": "养护任务" }
  				},
  
d433e7f6   刘淇   工单
151
  				{
c293da23   刘淇   新园林init
152
153
  					"path": "problem-allot/index",
  					"style": { "navigationBarTitleText": "问题分配" }
4c54ad5d   刘淇   转工单 选择是 传紧急程度和...
154
155
156
157
158
159
160
161
  				},
  
  				{
  					"path": "regional-order-manage/index",
  					"style": { "navigationBarTitleText": "工单管理" }
  				},
  
  				{
ecbfbe06   刘淇   树巡检记录
162
163
164
165
166
167
168
169
170
171
  					"path": "regional-order-manage/list",
  					"style": { "navigationBarTitleText": "工单管理" }
  				},
  
  				{
  					"path": "regional-order-manage/list-detail",
  					"style": { "navigationBarTitleText": "工单详情" }
  				},
  				
  				{
4c54ad5d   刘淇   转工单 选择是 传紧急程度和...
172
173
174
  					"path": "regional-order-manage/add-order",
  					"style": { "navigationBarTitleText": "待派单" }
  				},
34d239d6   刘淇   全域巡查员
175
176
177
178
179
  				{
  					"path": "regional-order-manage/distribution-order",
  					"style": { "navigationBarTitleText": "分配工单" }
  				},
  
4c54ad5d   刘淇   转工单 选择是 传紧急程度和...
180
181
  
  				{
f0ec74d6   刘淇   大区经理派单
182
  					"path": "regional-order-manage/add-patrol-order",
8ddc6f6e   刘淇   登录 修改样式
183
  					"style": { "navigationBarTitleText": "提交工单" }
f0ec74d6   刘淇   大区经理派单
184
185
186
  				},
  
  				{
4c54ad5d   刘淇   转工单 选择是 传紧急程度和...
187
188
  					"path": "regional-order-manage/order-detail",
  					"style": { "navigationBarTitleText": "工单详情" }
6e9f0396   刘淇   全域督察员
189
190
191
192
  				},
  				{
  					"path": "ai-manage/index",
  					"style": { "navigationBarTitleText": "ai工单" }
c293da23   刘淇   新园林init
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
  				}
  			]
  		},
  		{
  			"root": "pages-sub/data",
  			"pages": [
  				{
  					"path": "base-data/index",
  					"style": { "navigationBarTitleText": "基础数据" }
  				},
  				{
  					"path": "personnel-track/index",
  					"style": { "navigationBarTitleText": "人员轨迹" }
  				},
  				{
  					"path": "personnel-manage/index",
  					"style": { "navigationBarTitleText": "人员管理" }
  				},
  				{
  					"path": "tree-archive/index",
  					"style": { "navigationBarTitleText": "行道树档案" }
8ddc6f6e   刘淇   登录 修改样式
214
215
216
217
218
219
220
221
222
223
224
  				},
  				{
  					"path": "tree-archive/treeRecord",
  					"style": { "navigationBarTitleText": "行道树记录" }
  				},
  				{
  					"path": "tree-archive/addTree",
  					"style": { "navigationBarTitleText": "新增行道树" }
  				},
  				{
  					"path": "tree-archive/editTree",
12e66ec8   刘淇   新增树
225
226
227
228
229
  					"style": { "navigationBarTitleText": "树木信息" }
  				},
  				{
  					"path": "tree-archive/logDetail",
  					"style": { "navigationBarTitleText": "树木详情" }
ecbfbe06   刘淇   树巡检记录
230
231
232
233
234
235
236
237
  				},
  				{
  					"path": "tree-archive/addInspect",
  					"style": { "navigationBarTitleText": "树木巡检" }
  				},
  				{
  					"path": "tree-archive/inspectDetail",
  					"style": { "navigationBarTitleText": "树木巡检详情" }
c293da23   刘淇   新园林init
238
  				}
8ddc6f6e   刘淇   登录 修改样式
239
  
4f475013   刘淇   k线图
240
241
242
243
244
245
246
247
248
  			]
  		},
  		{
  			"root": "pages-sub/msg",
  			"pages": [
  				{
  					"path": "index",
  					"style": { "navigationBarTitleText": "消息中心" }
  				}
c293da23   刘淇   新园林init
249
250
251
252
253
254
255
256
257
258
259
260
  			]
  		}
  	],
  	"tabBar": {
  		"color": "#666666",
  		"selectedColor": "#1989fa",
  		"borderStyle": "black",
  		"backgroundColor": "#ffffff",
  		"list": [
  			{
  				"pagePath": "pages/index/index",
  				"text": "首页",
48ff5b95   刘淇   底部导航
261
262
  				"iconPath": "static/imgs/nav/home-off.png",
  				"selectedIconPath": "static/imgs/nav/home-on.png"
c293da23   刘淇   新园林init
263
264
265
266
  			},
  			{
  				"pagePath": "pages/workbench/index",
  				"text": "工作台",
48ff5b95   刘淇   底部导航
267
268
  				"iconPath": "static/imgs/nav/work-off.png",
  				"selectedIconPath": "static/imgs/nav/work-on.png"
c293da23   刘淇   新园林init
269
270
271
272
  			},
  			{
  				"pagePath": "pages/mine/index",
  				"text": "我的",
48ff5b95   刘淇   底部导航
273
274
  				"iconPath": "static/imgs/nav/my-off.png",
  				"selectedIconPath": "static/imgs/nav/my-on.png"
c293da23   刘淇   新园林init
275
276
277
278
279
280
281
282
283
  			}
  		]
  	},
  	"easycom": {
  		"autoscan": true,
  
  		"custom": {
  			"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  			"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
37c26bd3   刘淇   巡查计划
284
285
  			"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  			"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
c293da23   刘淇   新园林init
286
287
288
289
290
291
292
293
294
  		}
  	},
  	"globalStyle": {
  		"navigationBarTextStyle": "black",
  		"navigationBarTitleText": "JCSS管理系统",
  		"navigationBarBackgroundColor": "#ffffff",
  		"backgroundColor": "#f8f8f8"
  	}
  }