diff --git a/src/views/report/goview/index.vue b/src/views/report/goview/index.vue index 0adb3cb..f8c981b 100644 --- a/src/views/report/goview/index.vue +++ b/src/views/report/goview/index.vue @@ -7,6 +7,6 @@ defineOptions({ name: 'GoView' }) //const src = 'http://127.0.0.1:3000'//本地调用goview前端 -const src = 'http://dev.ccwin-in.com:28001'//测试调用goview前端 -//const src = 'http://10.140.10.4:26111'//客户服务调用goview前端 +//const src = 'http://dev.ccwin-in.com:28001'//测试调用goview前端 +const src = 'http://10.140.10.4:26111'//客户服务调用goview前端 diff --git a/src/views/tjanalysis/bigView/index.vue b/src/views/tjanalysis/bigView/index.vue index 962374a..02b550c 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:28001/#/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:28001/#/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))//测试环境