-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
300 lines (299 loc) · 7.24 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/tabBar/task/task",
"style" : {
"navigationBarTitleText": "我的任务",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tabBar/check/check",
"style" : {
"navigationBarTitleText": "绩效考核",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tabBar/assign/assign",
"style" : {
"navigationBarTitleText": "分配任务",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tabBar/project/project",
"style" : {
"navigationBarTitleText": "项目管理",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tabBar/project/projectmanager",
"style" : {
"navigationBarTitleText": "项目管理-经理",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tabBar/project/projectdetail",
"style" : {
"navigationBarTitleText": "项目详情"
}
}
,{
"path" : "pages/tabBar/project/newproject",
"style" : {
"navigationBarTitleText": "新建项目"
}
}
,{
"path" : "pages/tabBar/project/assignproject",
"style" : {
"navigationBarTitleText": "分配项目"
}
}
,{
"path" : "pages/tabBar/project/bigmoduleing",
"style" : {
"navigationBarTitleText": "大模块"
}
}
,{
"path" : "pages/tabBar/project/newbigmodule",
"style" : {
"navigationBarTitleText": "新建大模块"
}
}
,{
"path" : "pages/tabBar/project/newsmallmodule",
"style" : {
"navigationBarTitleText": "新建小模块"
}
}
,{
"path" : "pages/tabBar/project/editbigmodule",
"style" : {
"navigationBarTitleText": "编辑大模块"
}
}
,{
"path" : "pages/tabBar/project/editbigmoduledetail",
"style" : {
"navigationBarTitleText": "编辑大模块详情"
}
}
,{
"path" : "pages/tabBar/project/editsmallmodule",
"style" : {
"navigationBarTitleText": "编辑小模块"
}
}
,{
"path" : "pages/tabBar/project/editsmallmoduledetail",
"style" : {
"navigationBarTitleText": "编辑小模块详情"
}
}
,{
"path" : "pages/tabBar/project/worksheeting",
"style" : {
"navigationBarTitleText": "任务工单"
}
}
,{
"path" : "pages/tabBar/project/newworksheet",
"style" : {
"navigationBarTitleText": "新建任务工单"
}
}
,{
"path" : "pages/tabBar/project/editworksheet",
"style" : {
"navigationBarTitleText": "编辑任务工单"
}
}
,{
"path" : "pages/tabBar/project/editworksheetdetail",
"style" : {
"navigationBarTitleText": "编辑任务工单详情"
}
}
,{
"path" : "pages/tabBar/project/editproject",
"style" : {
"navigationBarTitleText": "编辑项目"
}
}
,{
"path" : "pages/tabBar/project/smallmoduleing",
"style" : {
"navigationBarTitleText": "小模块"
}
}
,{
"path" : "pages/tabBar/project/bigmoduleed",
"style" : {
"navigationBarTitleText": "大模块"
}
}
,{
"path" : "pages/tabBar/project/worksheeted",
"style" : {
"navigationBarTitleText": "任务工单"
}
}
,{
"path" : "pages/tabBar/project/smallmoduleed",
"style" : {
"navigationBarTitleText": "小模块"
}
}
,{
"path" : "pages/tabBar/assign/newtask",
"style" : {
"navigationBarTitleText": "新建任务"
}
}
,{
"path" : "pages/tabBar/assign/assigntask",
"style" : {
"navigationBarTitleText": "分配任务"
}
}
,{
"path" : "pages/tabBar/assign/edittask",
"style" : {
"navigationBarTitleText": "编辑任务"
}
}
,{
"path" : "pages/detail/detail01",
"style" : {
"navigationBarTitleText": "任务详情01"
}
}
,{
"path" : "pages/detail/detail02",
"style" : {
"navigationBarTitleText": "任务详情02"
}
}
,{
"path" : "pages/tabBar/task/fileUpload",
"style" : {
"navigationBarTitleText": "附件上传"
}
}
,{
"path" : "pages/usercenter/usercenter",
"style" : {
"navigationBarTitleText": "个人中心",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/usercenter/personalfile",
"style" : {
"navigationBarTitleText": "个人档案"
}
}
,{
"path" : "pages/usercenter/positionfile",
"style" : {
"navigationBarTitleText": "岗位说明"
}
}
,{
"path" : "pages/usercenter/department",
"style" : {
"navigationBarTitleText": "部门职能"
}
}
,{
"path" : "pages/usercenter/feedback",
"style" : {
"navigationBarTitleText": "软件反馈"
}
}
,{
"path" : "pages/usercenter/team",
"style" : {
"navigationBarTitleText": "我的团队"
}
}
,{
"path" : "pages/usercenter/message",
"style" : {
"navigationBarTitleText": "消息中心"
}
}
,{
"path" : "pages/usercenter/mykpi",
"style" : {
"navigationBarTitleText": "我的绩效"
}
}
,{
"path" : "pages/usercenter/teamkpi",
"style" : {
"navigationBarTitleText": "团队绩效"
}
}
,{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "登录",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/login/forget",
"style" : {
"navigationBarTitleText": "忘记密码"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#004343",
"backgroundColor": "#EEEEEE"
},
"tabBar": {
"color": "#aaaaaa",
"selectedColor": "#004343",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/task/task",
"iconPath": "static/image/icon01.png",
"selectedIconPath": "static/image/icon01_G.png",
"text": "我的任务"
}, {
"pagePath": "pages/tabBar/check/check",
"iconPath": "static/image/icon02.png",
"selectedIconPath": "static/image/icon02_G.png",
"text": "绩效考核"
},{
"pagePath": "pages/tabBar/assign/assign",
"iconPath": "static/image/icon03.png",
"selectedIconPath": "static/image/icon03_G.png",
"text": "分配任务"
},{
"pagePath": "pages/tabBar/project/project",
"iconPath": "static/image/icon04.png",
"selectedIconPath": "static/image/icon04_G.png",
"text": "项目管理"
}]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "OA", //模式名称
"path": "pages/tabBar/task/task", //启动页面,必选
"query": "interval=4000&autoplay=false" //启动参数,在页面的onLoad函数里面得到。
}
]
}
}