From b8d13edae953e072e780d296d045a4326786e5f2 Mon Sep 17 00:00:00 2001 From: guojuan <2715201989@qq.com> Date: Sat, 14 Sep 2024 10:00:02 +0800 Subject: [PATCH] fix:优化大屏跳转功能 --- frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue b/frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue index 23ab7b3..ec58a9c 100644 --- a/frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue +++ b/frontend/front/src/components/layouts/HtSideBar/components/HtMenuItem.vue @@ -106,7 +106,8 @@ ) { console.log('打印是否触发这个事件',this.$route.path,this.fullPath ) if(this.fullPath == '/dataLargeScreen'){ - window.open('http://192.168.145.61:22582/yqyp-dp/#/chart/preview/1826433289372565505?id=1221', '_blank'); + window.open('http://123.60.140.65:22582/yqyp-dp/?wework_cfm_code=NbXYbeRhvRThxAvJ0gHNmN5xOzozw10h0GMKPASzIKDqvr7W4gaGYyu%2BXy126g8ESCz2QdfsgrM9NqwlIgHLKuCHEYJub3Nn7g%3D%3D#/chart/preview/1826433289372565505','_blank'); + // window.open('http://192.168.145.61:22582/yqyp-dp/#/chart/preview/1826433289372565505?id=1221', '_blank'); }else{ this.$router.push(path.resolve(this.fullPath, routePath)) } -- libgit2 0.21.2