diff --git a/yxt-portal-ui/src/assets/home/bIcon9.png b/yxt-portal-ui/src/assets/home/bIcon9.png new file mode 100644 index 00000000..97c05ef6 Binary files /dev/null and b/yxt-portal-ui/src/assets/home/bIcon9.png differ diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index 14624fad..b11bbe0c 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -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') } } } diff --git a/yxt-portal-ui/src/views/login/login.vue b/yxt-portal-ui/src/views/login/login.vue index 32595699..7cbb3e50 100644 --- a/yxt-portal-ui/src/views/login/login.vue +++ b/yxt-portal-ui/src/views/login/login.vue @@ -155,8 +155,9 @@ export default { margin: 30px; img { + padding-top: 25px; width: 70px; - height: 50px; + height: 60px; } span {