3 İşlemeler

Yazar SHA1 Mesaj Tarih
  wangqi 12d29824a1 111 3 hafta önce
  wangqi 545668823b Merge branch 'develop' of http://123.206.9.27:3000/ShinSoft_Xxhsyb/Proj_SafePlat_Vue_Sgh5 into develop 3 hafta önce
  wangqi b9b0155c1d 移动端首页 3 hafta önce

BIN
public/images/sgbgtz.png Dosyayı Görüntüle


BIN
public/images/sgjb.png Dosyayı Görüntüle


BIN
public/images/sgjbtz.png Dosyayı Görüntüle


+ 3
- 4
src/view/Home1.vue Dosyayı Görüntüle

@@ -466,12 +466,12 @@ const coincideNotList = ref([]);
466 466
 const queryMenuRecently = () => {
467 467
   const url = '/sgsafe/MenuRecentlyUsed/queryRecentlyUsed';
468 468
   const param = {
469
-    userCode: localStorage.getItem('userCode')
469
+    applicationId: 'c77da6a732d34400b24374e2cea811ee'
470 470
   };
471 471
   proxy.$axios.get(url, param).then(res => {
472 472
     functionList.value = res.data.data.map(item => ({
473 473
       title: item.menuName,
474
-      img: item.menuIcon,
474
+      img: 'images/' + item.menuIcon,
475 475
       jumpPath: item.jumpPath
476 476
     }));
477 477
 
@@ -488,12 +488,11 @@ const queryMenuRecently = () => {
488 488
       title: '查看更多',
489 489
       img: 'images/gd.png',
490 490
       jumpPath: '/home2',
491
-	  //jumpPath: '/homeRole'
491
+      //jumpPath: '/homeRole'
492 492
     })
493 493
   });
494 494
 
495 495
 };
496
-
497 496
 /**
498 497
  * 默认页面
499 498
  */

+ 104
- 280
src/view/Home2.vue Dosyayı Görüntüle

@@ -11,6 +11,21 @@
11 11
         </van-grid-item>
12 12
       </van-grid>
13 13
     </div>
14
+
15
+    <div class="card">
16
+      <div class="title">通知公告</div>
17
+      <van-grid :border="false" :column-num="4">
18
+        <van-grid-item to="/annex">
19
+          <img src="../../public/images/zyqk.png" width="45rpx" />
20
+          <span class="vanicon_text">文件发布</span>
21
+        </van-grid-item>
22
+        <van-grid-item to="/notice" v-if="showCheckTakeN">
23
+          <img src="../../public/images/yj.png" width="45rpx" />
24
+          <span class="vanicon_text">通知公告</span>
25
+        </van-grid-item>
26
+      </van-grid>
27
+    </div>
28
+
14 29
     <div class="card">
15 30
       <div class="title">制度管理</div>
16 31
       <van-grid :border="false" :column-num="4">
@@ -28,91 +43,89 @@
28 43
         </van-grid-item>
29 44
       </van-grid>
30 45
     </div>
46
+
31 47
     <div class="card">
32
-      <div class="title">安全责任履职</div>
48
+      <div class="title">计划管理</div>
33 49
       <van-grid :border="false" :column-num="4">
34
-        <van-grid-item to="/lvzhi">
35
-          <img src="../../public/images/lz.png" width="45rpx" />
36
-          <span class="vanicon_text">履职记录</span>
37
-        </van-grid-item>
38
-        <van-grid-item to="/lvzhicx">
39
-          <img src="../../public/images/lzcx.png" width="45rpx" />
40
-          <span class="vanicon_text">履职查询</span>
50
+        <van-grid-item to="/keyMatters">
51
+          <img src="../../public/images/keyMatters.png" width="45rpx" />
52
+          <span class="vanicon_text">重点事项</span>
41 53
         </van-grid-item>
42
-        <van-grid-item v-if='false'>
43
-          <img src="../../public/images/zj.png" width="45rpx" @click="handleClick" />
44
-          <span class="vanicon_text">站内信推送</span>
54
+        <van-grid-item to="/planManagement">
55
+          <img src="../../public/images/planManagement.png" width="45rpx" />
56
+          <span class="vanicon_text">计划任务</span>
45 57
         </van-grid-item>
46 58
       </van-grid>
47 59
     </div>
60
+
48 61
     <div class="card">
49
-      <div class="title">风险分级管理</div>
62
+      <div class="title">考核评价</div>
50 63
       <van-grid :border="false" :column-num="4">
51
-        <van-grid-item to="/institution/riskList">
52
-          <img src="../../public/images/fx.png" width="45rpx" />
53
-          <span class="vanicon_text">风险分级管控记录</span>
64
+        <van-grid-item to="/performanceReview/units">
65
+          <img src="../../public/images/unitsPerformance.png" width="45rpx" />
66
+          <span class="vanicon_text">单位考核</span>
54 67
         </van-grid-item>
55 68
       </van-grid>
56 69
     </div>
70
+
57 71
     <div class="card">
58
-      <div class="title">隐患排查治理</div>
59
-      <van-grid :border="false" :column-num="4">
60
-        <van-grid-item to="/yinhuan/registration">
61
-          <img src="../../public/images/yhdj.png" width="45rpx" />
62
-          <span class="vanicon_text">隐患登记</span>
63
-        </van-grid-item>
64
-        <van-grid-item to="/yinhuan/todo">
65
-          <img src="../../public/images/yhdb.png" width="45rpx" />
66
-          <span class="vanicon_text">隐患待办</span>
67
-        </van-grid-item>
68
-        <van-grid-item to="/yinhuan/hdLedger">
69
-          <img src="../../public/images/yh.png" width="45rpx" />
70
-          <span class="vanicon_text">隐患台账</span>
71
-        </van-grid-item>
72
-        <van-grid-item to="/yinhuan/riskChecklist">
73
-          <img src="../../public/images/riskChecklist.png" width="45rpx" />
74
-          <span class="vanicon_text">隐患排查清单</span>
72
+      <div class="title">知识共享</div>
73
+      <van-grid :border="false" :column-num="4" v-if="showCheckTakeN">
74
+        <van-grid-item to="/knowledge/accident">
75
+          <img src="../../public/images/zd.png" width="45rpx" />
76
+          <span class="vanicon_text">事故案例</span>
75 77
         </van-grid-item>
76
-        <van-grid-item to="/yinhuan/riskChecklistRecords">
77
-          <img src="../../public/images/riskChecklistRecords.png" width="45rpx" />
78
-          <span class="vanicon_text">隐患排查记录</span>
78
+        <van-grid-item to="/knowledge/manager">
79
+          <img src="../../public/images/zd.png" width="45rpx" />
80
+          <span class="vanicon_text">管理案例</span>
79 81
         </van-grid-item>
80
-        <van-grid-item to="/yinhuan/hdRwardReporting">
81
-          <img src="../../public/images/yhdb.png" width="45rpx" />
82
-          <span class="vanicon_text">隐患有奖举报</span>
82
+        <van-grid-item to="/knowledge/Culture">
83
+          <img src="../../public/images/zd.png" width="45rpx" />
84
+          <span class="vanicon_text">安全环保文化</span>
83 85
         </van-grid-item>
84
-        <van-grid-item to="/yinhuan/hdLedgerJuBao">
85
-          <img src="../../public/images/yh.png" width="45rpx" />
86
-          <span class="vanicon_text">隐患有奖举报台账</span>
86
+        <van-grid-item to="/knowledge/project">
87
+          <img src="../../public/images/zd.png" width="45rpx" />
88
+          <span class="vanicon_text">项目案例库</span>
87 89
         </van-grid-item>
88 90
       </van-grid>
89 91
     </div>
92
+
90 93
     <div class="card">
91 94
       <div class="title">安全检查</div>
92 95
       <van-grid :border="false" :column-num="4">
93 96
         <van-grid-item to="/safeCheck/task">
94 97
           <img src="../../public/images/aq.png" width="45rpx" />
95
-          <span class="vanicon_text">安全检查任务</span>
98
+          <span class="vanicon_text">检查任务</span>
99
+        </van-grid-item>
100
+        <van-grid-item to="/checkTake">
101
+          <img src="../../public/images/dt.png" width="45rpx" />
102
+          <span class="vanicon_text">考试任务</span>
96 103
         </van-grid-item>
97 104
       </van-grid>
98 105
     </div>
106
+
99 107
     <div class="card">
100
-      <div class="title">事故管理</div>
108
+      <div class="title">安全监督</div>
101 109
       <van-grid :border="false" :column-num="4">
102
-        <van-grid-item to="/accidentManager/accidentBaoGaoLedger/index">
103
-          <img src="../../public/images/sgbgtz.png" width="45rpx" />
104
-          <span class="vanicon_text">事故报告台账</span>
110
+        <van-grid-item to="/institution/riskList">
111
+          <img src="../../public/images/fx.png" width="45rpx" />
112
+          <span class="vanicon_text">风险分级管控记录</span>
105 113
         </van-grid-item>
106
-        <van-grid-item to="/accidentManager/accidentJuBao/index">
107
-          <img src="../../public/images/sgjb.png" width="45rpx" />
108
-          <span class="vanicon_text">事故举报</span>
114
+        <van-grid-item to="/lvzhicx">
115
+          <img src="../../public/images/lzcx.png" width="45rpx" />
116
+          <span class="vanicon_text">履职查询</span>
109 117
         </van-grid-item>
110
-        <van-grid-item v-if="true" to="/accidentManager/accidentJuBaoLedger/index">
111
-          <img src="../../public/images/sgjbtz.png" width="45rpx" />
112
-          <span class="vanicon_text">事故举报台账</span>
118
+        <van-grid-item to="/yinhuan/hdLedger">
119
+          <img src="../../public/images/yh.png" width="45rpx" />
120
+          <span class="vanicon_text">隐患台账</span>
121
+        </van-grid-item>
122
+        <van-grid-item to="/projectManage/projectWorkLedger">
123
+          <img src="../../public/images/xm.png" width="45rpx" />
124
+          <span class="vanicon_text">项目作业台账</span>
113 125
         </van-grid-item>
114 126
       </van-grid>
115 127
     </div>
128
+
116 129
     <div class="card">
117 130
       <div class="title">教育培训</div>
118 131
       <van-grid :border="false" :column-num="4">
@@ -132,143 +145,27 @@
132 145
           <img src="../../public/images/zyqk.png" width="45rpx" />
133 146
           <span class="vanicon_text">考试任务</span>
134 147
         </van-grid-item>
135
-        <van-grid-item to="/class2" v-if="showCheckTake">
136
-          <img src="../../public/images/zyqk.png" width="45rpx" />
137
-          <span class="vanicon_text">学习课程管理</span>
138
-        </van-grid-item>
139
-
140
-
141
-        <van-grid-item to="/courseManagement" v-if="showCheckTake">
142
-          <img src="../../public/images/zyqk.png" width="45rpx" />
143
-          <span class="vanicon_text">课程管理</span>
144
-        </van-grid-item>
145
-      </van-grid>
146
-    </div>
147
-    <div class="card">
148
-      <div class="title">应急管理</div>
149
-      <van-grid :border="false" :column-num="4">
150
-        <van-grid-item to="/institution/emergencyPlan">
151
-          <img src="../../public/images/yjya.png" width="45rpx" />
152
-          <span class="vanicon_text">应急预案</span>
153
-        </van-grid-item>
154
-        <van-grid-item to="/emergencyResources">
155
-          <img src="../../public/images/yj.png" width="45rpx" />
156
-          <span class="vanicon_text">应急物资</span>
157
-        </van-grid-item>
158
-        <van-grid-item to="/emergencyDrillPlan">
159
-          <img src="../../public/images/yjyl.png" width="45rpx" />
160
-          <span class="vanicon_text">应急演练</span>
161
-        </van-grid-item>
162
-        <van-grid-item to="/drillProcess">
163
-          <img src="../../public/images/drillProcess.png" width="45rpx" />
164
-          <span class="vanicon_text">掌上演练</span>
165
-        </van-grid-item>
166
-      </van-grid>
167
-    </div>
168
-    <div class="card">
169
-      <div class="title">项目管理</div>
170
-      <van-grid :border="false" :column-num="4">
171
-        <van-grid-item to="/projectManage/taiZhang">
172
-          <img src="../../public/images/xm.png" width="45rpx" />
173
-          <span class="vanicon_text">项目台账</span>
174
-        </van-grid-item>
175
-        <van-grid-item to="/projectManage/projectConstructionOperation">
176
-          <img src="../../public/images/xm.png" width="45rpx" />
177
-          <span class="vanicon_text">项目施工作业管理</span>
178
-        </van-grid-item>
179
-        <van-grid-item to="/projectManage/projectWorkLedger">
180
-          <img src="../../public/images/xm.png" width="45rpx" />
181
-          <span class="vanicon_text">项目作业台账</span>
182
-        </van-grid-item>
183
-        <van-grid-item to="/projectManage/todo">
184
-          <img src="../../public/images/yhdb.png" width="45rpx" />
185
-          <span class="vanicon_text">项目作业待办</span>
186
-        </van-grid-item>
187
-      </van-grid>
188
-    </div>
189
-    <div class="card">
190
-      <div class="title">作业现场管控</div>
191
-      <van-grid :border="false" :column-num="4">
192
-        <van-grid-item to="/safeClient">
193
-          <img src="../../public/images/zdgl.png" width="45rpx" />
194
-          <span class="vanicon_text">终端管理</span>
195
-        </van-grid-item>
196
-        <van-grid-item to="/jobCondition">
197
-          <img src="../../public/images/zyqk.png" width="45rpx" />
198
-          <span class="vanicon_text">作业情况</span>
199
-        </van-grid-item>
200
-      </van-grid>
201
-    </div>
202
-    <div class="card">
203
-      <div class="title">事务汇报</div>
204
-      <van-grid :border="false" :column-num="4">
205
-        <van-grid-item to="/keyMatters">
206
-          <img src="../../public/images/keyMatters.png" width="45rpx" />
207
-          <span class="vanicon_text">重点事项</span>
208
-        </van-grid-item>
209
-        <van-grid-item to="/planManagement">
210
-          <img src="../../public/images/planManagement.png" width="45rpx" />
211
-          <span class="vanicon_text">计划任务</span>
212
-        </van-grid-item>
213 148
       </van-grid>
214 149
     </div>
150
+
215 151
     <div class="card">
216
-      <div class="title">考核评价</div>
152
+      <div class="title">事故管理</div>
217 153
       <van-grid :border="false" :column-num="4">
218
-        <van-grid-item to="/performanceReview/units">
219
-          <img src="../../public/images/unitsPerformance.png" width="45rpx" />
220
-          <span class="vanicon_text">单位考核</span>
221
-        </van-grid-item>
222
-      </van-grid>
223
-    </div>
224
-    <div class="card">
225
-      <div class="title">考核管理</div>
226
-      <van-grid :border="false" :column-num="4" v-if="showCheckTakeN">
227
-        <van-grid-item to="/assRec">
228
-          <img src="../../public/images/zdgl.png" width="45rpx" />
229
-          <span class="vanicon_text">考核登记</span>
230
-        </van-grid-item>
231
-        <van-grid-item to="/assRecN" v-if="showCheckTakeN">
232
-          <img src="../../public/images/lzcx.png" width="45rpx" />
233
-          <span class="vanicon_text">考核记录</span>
154
+        <van-grid-item to="/accidentManager/accidentBaoGaoLedger/index">
155
+          <img src="../../public/images/sgbgtz.png" width="45rpx" />
156
+          <span class="vanicon_text">事故报告台账</span>
234 157
         </van-grid-item>
235
-      </van-grid>
236
-    </div>
237
-    <div class="card">
238
-      <div class="title">通知公告</div>
239
-      <van-grid :border="false" :column-num="4" v-if="showCheckTakeN">
240
-        <van-grid-item to="/annex">
241
-          <img src="../../public/images/zyqk.png" width="45rpx" />
242
-          <span class="vanicon_text">文件发布</span>
158
+        <van-grid-item to="/accidentManager/accidentJuBao/index">
159
+          <img src="../../public/images/sgjb.png" width="45rpx" />
160
+          <span class="vanicon_text">事故举报</span>
243 161
         </van-grid-item>
244
-        <van-grid-item to="/notice" v-if="showCheckTakeN">
245
-          <img src="../../public/images/yj.png" width="45rpx" />
246
-          <span class="vanicon_text">通知公告</span>
162
+        <van-grid-item v-if="true" to="/accidentManager/accidentJuBaoLedger/index">
163
+          <img src="../../public/images/sgjbtz.png" width="45rpx" />
164
+          <span class="vanicon_text">事故举报台账</span>
247 165
         </van-grid-item>
248 166
       </van-grid>
249 167
     </div>
250
-    <div class="card">
251
-      <div class="title">知识共享库</div>
252
-      <van-grid :border="false" :column-num="4" v-if="showCheckTakeN">
253
-        <van-grid-item to="/knowledge/accident">
254
-          <img src="../../public/images/zd.png" width="45rpx" />
255
-          <span class="vanicon_text">事故案例</span>
256
-        </van-grid-item>
257 168
 
258
-        <van-grid-item to="/knowledge/manager">
259
-          <img src="../../public/images/zd.png" width="45rpx" />
260
-          <span class="vanicon_text">管理案例</span>
261
-        </van-grid-item>
262
-        <van-grid-item to="/knowledge/Culture">
263
-          <img src="../../public/images/zd.png" width="45rpx" />
264
-          <span class="vanicon_text">安全环保文化</span>
265
-        </van-grid-item>
266
-        <van-grid-item to="/knowledge/project">
267
-          <img src="../../public/images/zd.png" width="45rpx" />
268
-          <span class="vanicon_text">项目案例</span>
269
-        </van-grid-item>
270
-      </van-grid>
271
-    </div>
272 169
     <div class="card">
273 170
       <div class="title">安环费用管理</div>
274 171
       <van-grid :border="false" :column-num="4" v-if="showCheckTakeN">
@@ -280,13 +177,22 @@
280 177
           <img src="../../public/images/aq.png" width="45rpx" />
281 178
           <span class="vanicon_text">安全费用预算</span>
282 179
         </van-grid-item>
283
-        <van-grid-item to="/guest-register">
284
-          <img src="../../public/images/aq.png" width="45rpx" />
285
-          <span class="vanicon_text">111111111</span>
286
-        </van-grid-item>
287 180
       </van-grid>
288 181
     </div>
289 182
 
183
+    <div class="card">
184
+      <div class="title">隐患有奖举报</div>
185
+      <van-grid :border="false" :column-num="4">
186
+        <van-grid-item to="/yinhuan/hdRwardReporting">
187
+          <img src="../../public/images/yhdb.png" width="45rpx" />
188
+          <span class="vanicon_text">隐患有奖举报</span>
189
+        </van-grid-item>
190
+        <van-grid-item to="/yinhuan/hdLedgerJuBao">
191
+          <img src="../../public/images/yh.png" width="45rpx" />
192
+          <span class="vanicon_text">隐患有奖举报台账</span>
193
+        </van-grid-item>
194
+      </van-grid>
195
+    </div>
290 196
   </div>
291 197
 
292 198
 </template>
@@ -315,15 +221,6 @@ if (userDesc == '贾俊臣' || userDesc == '张瑞楠' || userDesc == '刘焯')
315 221
   showCheckTakeN.value=true
316 222
 }
317 223
 
318
-/**
319
- * 修改最近使用的页面记录
320
- */
321
-const recentlyUsed = ref({
322
-  userCode: localStorage.getItem('userCode'),
323
-  menuIcon: '',
324
-  menuName: '',
325
-  jumpPath: ''
326
-});
327 224
 const userCode = localStorage.getItem('userCode');
328 225
 const handleClick = () => {
329 226
   console.log('111');
@@ -339,25 +236,24 @@ const handleClick = () => {
339 236
     }
340 237
   }, 500);
341 238
 };
342
-const getRecentlyUsed = () => {
343
-  const url = '/sgsafe/MenuRecentlyUsedMobile/updateMenuRecentlyUsedStatus';
239
+
240
+/**
241
+ * 修改最近使用的页面记录
242
+ */
243
+const getRecentlyUsed = (jumpPath) => {
244
+  const url = '/sgsafe/MenuRecentlyUsed/updateMenuRecentlyUsedStatus'
344 245
   const param = {
345
-    json: JSON.stringify(recentlyUsed.value)
346
-  };
347
-  proxy.$axios.post(url, param).then(res => {
246
+    jumpPath
247
+  }
248
+  proxy.$axios.post(url,param).then(res => {
348 249
     if (res.data.code !== 0) {
349
-      console.log('执行失败');
250
+      console.log('执行失败' + res.data.msg)
350 251
     }
351
-  });
352
-};
252
+  })
253
+}
353 254
 
354 255
 onBeforeRouteLeave((to, from) => {
355
-  recentlyUsed.value.jumpPath = to.path;
356
-  recentlyUsed.value.menuIcon = getPicPathByPath(to.path);
357
-  recentlyUsed.value.menuName = getNameByPath(to.path);
358
-  if (recentlyUsed.value.menuIcon) {
359
-    getRecentlyUsed();
360
-  }
256
+  getRecentlyUsed(to.path)
361 257
 });
362 258
 
363 259
 /**
@@ -368,12 +264,12 @@ const coincideNotList = ref([]);
368 264
 const queryMenuRecently = () => {
369 265
   const url = '/sgsafe/MenuRecentlyUsed/queryRecentlyUsed';
370 266
   const param = {
371
-    userCode: localStorage.getItem('userCode')
267
+    applicationId: 'c77da6a732d34400b24374e2cea811ee'
372 268
   };
373 269
   proxy.$axios.get(url, param).then(res => {
374 270
     functionList.value = res.data.data.map(item => ({
375 271
       title: item.menuName,
376
-      img: item.menuIcon,
272
+      img: 'images/' + item.menuIcon,
377 273
       jumpPath: item.jumpPath
378 274
     }));
379 275
 
@@ -408,78 +304,6 @@ const defaultPageList = ref([
408 304
   { title: '隐患待办', img: 'images/yhdb.png', jumpPath: '/yinhuan/todo' }
409 305
 ]);
410 306
 
411
-/**
412
- * 根据路由获取名称
413
- */
414
-const getNameByPath = (path) => {
415
-  const recentlyUsedMapping = {
416
-    '/institution/law': '法律法规',
417
-    '/institution/institutionRegime': '安全制度管理',
418
-    '/institution/institutionRule': '安全操作规程',
419
-    '/lvzhi': '履职记录',
420
-    '/lvzhicx': '履职查询',
421
-    '/institution/riskList': '风险分级管控记录',
422
-    '/yinhuan/registration': '隐患登记',
423
-    '/yinhuan/todo': '隐患待办',
424
-    '/yinhuan/hdLedger': '隐患台账',
425
-    '/safeCheck/task': '安全检查任务',
426
-    '/dailyproblem': '每日答题',
427
-    '/cardManager': '证件管理',
428
-    '/institution/emergencyPlan': '应急预案',
429
-    '/emergencyResources': '应急物资',
430
-    '/emergencyDrillPlan': '应急演练',
431
-    '/projectManage/taiZhang': '项目台账',
432
-    '/safeClient': '终端管理',
433
-    '/jobCondition': '作业情况',
434
-    '/yinhuan/riskChecklist': '隐患排查清单',
435
-    '/yinhuan/riskChecklistRecords': '隐患排查记录',
436
-    '/drillProcess': '掌上演练',
437
-    '/checkTake': '逢查必考',
438
-    '/projectManage/projectConstructionOperation': '项目施工作业管理',
439
-    '/projectManage/projectWorkLedger': '项目作业台账',
440
-    '/keyMatters': '重点事项',
441
-    '/planManagement': '计划任务',
442
-    '/performanceReview/units': '单位考核'
443
-
444
-  };
445
-  return recentlyUsedMapping[path];
446
-};
447
-
448
-/**
449
- * 根据路由获取图片路径
450
- */
451
-const getPicPathByPath = (path) => {
452
-  const recentlyUsedMapping = {
453
-    '/institution/law': 'images/fl.png',
454
-    '/institution/institutionRegime': 'images/aqzd.png',
455
-    '/institution/institutionRule': 'images/zd.png',
456
-    '/lvzhi': 'images/lz.png',
457
-    '/lvzhicx': 'images/lzcx.png',
458
-    '/institution/riskList': 'images/fx.png',
459
-    '/yinhuan/registration': 'images/yhdj.png',
460
-    '/yinhuan/todo': 'images/yhdb.png',
461
-    '/yinhuan/hdLedger': 'images/yh.png',
462
-    '/safeCheck/task': 'images/aq.png',
463
-    '/dailyproblem': 'images/dt.png',
464
-    '/cardManager': 'images/zj.png',
465
-    '/institution/emergencyPlan': 'images/yjya.png',
466
-    '/emergencyResources': 'images/yj.png',
467
-    '/emergencyDrillPlan': 'images/yjyl.png',
468
-    '/projectManage/taiZhang': 'images/xm.png',
469
-    '/safeClient': 'images/zdgl.png',
470
-    '/jobCondition': 'images/zyqk.png',
471
-    '/yinhuan/riskChecklist': 'images/riskChecklist.png',
472
-    '/yinhuan/riskChecklistRecords': 'images/riskChecklistRecords.png',
473
-    '/drillProcess': 'images/drillProcess.png',
474
-    '/checkTake': 'images/dt.png',
475
-    '/projectManage/projectConstructionOperation': 'images/xm.png',
476
-    '/projectManage/projectWorkLedger': 'images/xm.png',
477
-    '/keyMatters': 'images/keyMatters.png',
478
-    '/planManagement': 'images/planManagement.png',
479
-    '/performanceReview/units': 'images/unitsPerformance.png'
480
-  };
481
-  return recentlyUsedMapping[path];
482
-};
483 307
 
484 308
 /**
485 309
  * 测试消息

Loading…
İptal
Kaydet