mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
调整 SkyWalking 对应的菜单
This commit is contained in:
parent
a2f405f8bd
commit
360525558a
@ -8,7 +8,7 @@ export default {
|
|||||||
components: { iFrame },
|
components: { iFrame },
|
||||||
data() {
|
data() {
|
||||||
return {
|
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…
Reference in New Issue
Block a user