Browse Source

goview测试环境

master
songguoqiang 8 months ago
parent
commit
a02462f40f
  1. 8
      src/views/tjanalysis/bigView/index.vue

8
src/views/tjanalysis/bigView/index.vue

@ -11,12 +11,12 @@ var str =router.path;
var lastSlashIndex =str.lastIndexOf('/'); var lastSlashIndex =str.lastIndexOf('/');
if (lastSlashIndex === -1) { if (lastSlashIndex === -1) {
//window.open('http://localhost:3000/#/chart/preview/'+str)// //window.open('http://localhost:3000/#/chart/preview/'+str)//
window.open('http://10.140.10.4:26111/#/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://dev.ccwin-in.com:28001/#/chart/preview/'+str)//
} }
//window.open('http://localhost:3000/#/chart/preview/'+str.slice(lastSlashIndex + 1))// //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://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://dev.ccwin-in.com:28001/#/chart/preview/'+str.slice(lastSlashIndex + 1))//
</script> </script>

Loading…
Cancel
Save