From 06c5024af003d51b916a85687eb4b53bfacfb6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Sat, 11 Nov 2023 00:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=BD=93=E5=89=8D=E5=92=8C=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/siderbar/MenuItem.vue | 4 +--- src/layout/tagsview/index.vue | 20 ++++++++++++-------- src/stores/tagsview.js | 1 + 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/layout/siderbar/MenuItem.vue b/src/layout/siderbar/MenuItem.vue index 09dab9c..bbf9422 100644 --- a/src/layout/siderbar/MenuItem.vue +++ b/src/layout/siderbar/MenuItem.vue @@ -35,15 +35,13 @@ const props = defineProps({ required: true } }) -console.log(props.menuItem) -const link = ref('http://web-tunnel.feashow.com/api/doc.html#/home') +const link = ref('http://gateway.feashow.cn/doc.html#/home') const handleGo = (path) => { if (path === "/tool/swagger") { return '' } else { return path } - // window.open(path) } diff --git a/src/layout/tagsview/index.vue b/src/layout/tagsview/index.vue index f00be95..b354544 100644 --- a/src/layout/tagsview/index.vue +++ b/src/layout/tagsview/index.vue @@ -15,7 +15,7 @@ -