diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index b11bbe0c..fa0a7b06 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/yxt-portal-ui/src/views/Home/Home.vue @@ -413,7 +413,7 @@ export default { } 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') + window.open('http://jianguan.yyundong.com/crm/#/' + '?token=' + getStorage(), '_blank') } } }