From 7fd8513483617d8f80d12cac00068d3be8c88361 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Sun, 29 Jan 2023 17:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-portal-ui/src/views/Home/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') } } }