Bläddra i källkod

调整 SkyWalking 对应的菜单

YunaiV 3 år sedan
förälder
incheckning
360525558a

+ 1 - 1
yudao-ui-admin/src/views/infra/skywalking/index.vue

@@ -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 芋艿,后续改成配置读取
     };
   },
 };

+ 0 - 15
yudao-ui-admin/src/views/infra/skywalking/log.vue

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