From a02462f40f70dacef00695d05c0cf48b08544981 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 18 Jun 2024 09:22:12 +0800 Subject: [PATCH] =?UTF-8?q?goview=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tjanalysis/bigView/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/tjanalysis/bigView/index.vue b/src/views/tjanalysis/bigView/index.vue index 0c0931a..962374a 100644 --- a/src/views/tjanalysis/bigView/index.vue +++ b/src/views/tjanalysis/bigView/index.vue @@ -11,12 +11,12 @@ var str =router.path; var lastSlashIndex =str.lastIndexOf('/'); if (lastSlashIndex === -1) { //window.open('http://localhost:3000/#/chart/preview/'+str)//本地 - window.open('http://10.140.10.4:26111/#/chart/preview/'+str)//客户服务器 - //window.open('http://dev.ccwin-in.com:26111/#/chart/preview/'+str)//测试环境 + //window.open('http://10.140.10.4:26111/#/chart/preview/'+str)//客户服务器 + window.open('http://dev.ccwin-in.com:28001/#/chart/preview/'+str)//测试环境 } //window.open('http://localhost:3000/#/chart/preview/'+str.slice(lastSlashIndex + 1))//本地 - window.open('http://10.140.10.4:26111/#/chart/preview/'+str.slice(lastSlashIndex + 1))//客户服务器 - //window.open('http://dev.ccwin-in.com:26111/#/chart/preview/'+str.slice(lastSlashIndex + 1))//测试环境 + //window.open('http://10.140.10.4:26111/#/chart/preview/'+str.slice(lastSlashIndex + 1))//客户服务器 + window.open('http://dev.ccwin-in.com:28001/#/chart/preview/'+str.slice(lastSlashIndex + 1))//测试环境