Browse Source

更换goview配置

master
songguoqiang 5 months ago
parent
commit
e4c70370ce
  1. 4
      src/views/report/goview/index.vue
  2. 8
      src/views/tjanalysis/bigView/index.vue

4
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
</script>

8
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))//
</script>

Loading…
Cancel
Save