|
|
@ -235,6 +235,10 @@ export default { |
|
|
|
imgUrl: require('@/assets/home/bIcon7.png'), |
|
|
|
title: '组织结构' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/bIcon9.png'), |
|
|
|
title: '客户管理' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/bIcon8.png'), |
|
|
|
title: '系统管理' |
|
|
@ -392,7 +396,7 @@ export default { |
|
|
|
defaultOrgPathName: this.defaultOrgPathName, |
|
|
|
defaultOrgPath: this.defaultOrgPath |
|
|
|
} |
|
|
|
if (index === 7) { |
|
|
|
if (index === 8) { |
|
|
|
window.open('/#/index', '_blank') |
|
|
|
} else if (index === 0) { |
|
|
|
window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank') |
|
|
@ -408,6 +412,8 @@ export default { |
|
|
|
window.open('http://jianguan.yyundong.com/message/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 6) { |
|
|
|
window.open('http://jianguan.yyundong.com/organizational/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index === 7) { |
|
|
|
window.open('http://127.0.0.1:9531/crm/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|