From a36a95ee0962af12a40e471cd706f2880f439887 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 24 八月 2023 14:11:14 +0800 Subject: [PATCH] 面板的页面跳转 修改 2023-8-24 --- src/views/visualization.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/visualization.vue b/src/views/visualization.vue index 79441d9..7546681 100644 --- a/src/views/visualization.vue +++ b/src/views/visualization.vue @@ -680,10 +680,13 @@ }, // 璁剧疆 setUrl() { - const { href } = this.$router.resolve({ + // const { href } = this.$router.resolve({ + // path: "/set", + // }); + // window.open(href, "_blank"); + this.$router.push({ path: "/set", }); - window.open(href, "_blank"); }, // 鍙充晶鎺у埗 controlClick() { -- Gitblit v1.8.0