|
|
@ -227,6 +227,10 @@ export default { |
|
|
|
imgUrl: require('@/assets/home/bIcon1.png'), |
|
|
|
title: '工作调度' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/monitor.png'), |
|
|
|
title: '环境监控' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/notice.png'), |
|
|
|
title: '消息中心' |
|
|
@ -409,10 +413,13 @@ export default { |
|
|
|
} else if (index === 4) { |
|
|
|
window.open('http://jianguan.yyundong.com/work/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 5) { |
|
|
|
window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
|
|
|
|
// window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 6) { |
|
|
|
window.open('http://jianguan.yyundong.com/organizational/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 7) { |
|
|
|
window.open('http://jianguan.yyundong.com/organizational/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 8) { |
|
|
|
window.open('http://jianguan.yyundong.com/crm/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} |
|
|
|
} |
|
|
|