Commit b8d13edae953e072e780d296d045a4326786e5f2

Authored by 郭娟
1 parent 1580530c
Exists in dev

fix:优化大屏跳转功能

frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue
... ... @@ -106,7 +106,8 @@
106 106 ) {
107 107 console.log('打印是否触发这个事件',this.$route.path,this.fullPath )
108 108 if(this.fullPath == '/dataLargeScreen'){
109   - window.open('http://192.168.145.61:22582/yqyp-dp/#/chart/preview/1826433289372565505?id=1221', '_blank');
  109 + window.open('http://123.60.140.65:22582/yqyp-dp/?wework_cfm_code=NbXYbeRhvRThxAvJ0gHNmN5xOzozw10h0GMKPASzIKDqvr7W4gaGYyu%2BXy126g8ESCz2QdfsgrM9NqwlIgHLKuCHEYJub3Nn7g%3D%3D#/chart/preview/1826433289372565505','_blank');
  110 + // window.open('http://192.168.145.61:22582/yqyp-dp/#/chart/preview/1826433289372565505?id=1221', '_blank');
110 111 }else{
111 112 this.$router.push(path.resolve(this.fullPath, routePath))
112 113 }
... ...