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 @@ -