|
@@ -74,20 +74,29 @@
|
|
|
worktop: `${baseUrlImg}/working/worktop.png`, //图片
|
|
|
zhudongjiancha: `${baseUrlImg}/working/zhudongjiancha.png`,
|
|
|
yinhuanguanli: `${baseUrlImg}/working/yinhuanguanli.png`,
|
|
|
+ yinhuanfucha:`${baseUrlImg}/working/yinhuanfucha.png`,//隐患复查
|
|
|
+ check_inspection:`${baseUrlImg}/working/check_inspection.png`,//主动检查
|
|
|
user_business: `${baseUrlImg}/working/user_business.png`,
|
|
|
tabler_clock_edit: `${baseUrlImg}/working/tabler_clock_edit.png`,
|
|
|
- tabler_chart_histogram: `${baseUrlImg}/working/tabler_chart_histogram.png`,
|
|
|
- outline_trumpet: `${baseUrlImg}/working/outline_trumpet.png`,
|
|
|
+ tabler_chart_histogram: `${baseUrlImg}/working/tabler_chart_histogram.png`, //数据统计
|
|
|
+ outline_trumpet: `${baseUrlImg}/working/outline_trumpet.png`, //通知公告
|
|
|
outline_permissions: `${baseUrlImg}/working/outline_permissions.png`,
|
|
|
meirixuncha: `${baseUrlImg}/working/big1.png`,
|
|
|
- fire_extinguishe: `${baseUrlImg}/working/weixingxiaofang.png`,
|
|
|
+ // fire_extinguishe: `${baseUrlImg}/working/weixingxiaofang.png`,
|
|
|
+ fire_extinguishe: `${baseUrlImg}/working/fire_extinguishe.png`,
|
|
|
unit_info: `${baseUrlImg}/working/danweixinxi.png`,
|
|
|
zhilin: `${baseUrlImg}/working/zhilin.png`,
|
|
|
- unit_arc: `${baseUrlImg}/working/danweijianzhu.png`,
|
|
|
+ // unit_arc: `${baseUrlImg}/working/danweijianzhu.png`,
|
|
|
+ unit_arc: `${baseUrlImg}/working/unit_arc.png`,
|
|
|
xiaofangsheshi: `${baseUrlImg}/working/xiaofangsheshi.png`,
|
|
|
renyuan: `${baseUrlImg}/working/renyuan.png`,
|
|
|
drill: `${baseUrlImg}/working/drill.png`,
|
|
|
- archive: `${baseUrlImg}/working/gongzuodangan.png`,
|
|
|
+ // archive: `${baseUrlImg}/working/gongzuodangan.png`,
|
|
|
+ archive: `${baseUrlImg}/working/archive.png`,
|
|
|
+ fireSpecial:`${baseUrlImg}/working/fireSpecial.png`,
|
|
|
+ fireWork:`${baseUrlImg}/working/fireWork.png`,
|
|
|
+ fire_inspetItem:`${baseUrlImg}/working/fire_inspetItem.png`,
|
|
|
+ fire_street:`${baseUrlImg}/working/fire_street.png`,
|
|
|
items: ['事件中心', '管理中心'],
|
|
|
current: 0,
|
|
|
urlList: [],
|
|
@@ -145,9 +154,11 @@
|
|
|
} else if (val == 'zhudongjiancha') {
|
|
|
return this.zhudongjiancha;
|
|
|
} else if (val == 'check_inspection') {
|
|
|
- return this.zhudongjiancha;
|
|
|
+ // return this.zhudongjiancha;
|
|
|
+ return this.check_inspection
|
|
|
} else if (val == 'yinhuanfucha') {
|
|
|
- return this.yinhuanguanli
|
|
|
+ // return this.yinhuanguanli
|
|
|
+ return this.yinhuanfucha
|
|
|
} else if (val == 'tabler_clock_edit') {
|
|
|
return this.tabler_clock_edit;
|
|
|
} else if (val == 'outline_trumpet') {
|
|
@@ -179,11 +190,17 @@
|
|
|
} else if (val == 'zlgztzs_icon') {
|
|
|
return this.renyuan
|
|
|
} else if (val == 'fire_inspetItem') {
|
|
|
- return this.archive;
|
|
|
- } else if (val == 'fireWork') {
|
|
|
- return this.archive;
|
|
|
+ // return this.archive;
|
|
|
+ return this.fire_inspetItem
|
|
|
+ } else if(val=='fire_street'){
|
|
|
+ // return this.archive;
|
|
|
+ return this.fire_street
|
|
|
+ }else if (val == 'fireWork') {
|
|
|
+ // return this.archive;
|
|
|
+ return this.fireWork
|
|
|
} else if (val == 'fireSpecial') {
|
|
|
- return this.archive;
|
|
|
+ // return this.archive;
|
|
|
+ return this.fireSpecial
|
|
|
}
|
|
|
},
|
|
|
// 顶部个人信息跳转
|