调整 SkyWalking 对应的菜单

plp
YunaiV 4 years ago
parent a2f405f8bd
commit 360525558a

@ -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
};
},
};

@ -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>
Loading…
Cancel
Save