调整 SkyWalking 对应的菜单

This commit is contained in:
YunaiV 2022-04-17 13:24:03 +08:00
parent a2f405f8bd
commit 360525558a
2 changed files with 1 additions and 16 deletions

View File

@ -8,7 +8,7 @@ export default {
components: { iFrame },
data() {
return {
url: "http://skywalking.shop.iocoder.cn/trace", // TODO
url: "http://skywalking.shop.iocoder.cn", // TODO
};
},
};

View File

@ -1,15 +0,0 @@
<template>
<i-frame :src="url" />
</template>
<script>
import iFrame from "@/components/iFrame/index";
export default {
name: "Druid",
components: { iFrame },
data() {
return {
url: "http://skywalking.shop.iocoder.cn/log", // TODO
};
},
};
</script>