From 41b953618f90b75a2009c56403270213873ca752 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 9 Sep 2020 16:09:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=A3=E5=86=B3=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/project/other.vue | 43 ------------------- .../components/common/project/visNetwork.vue | 4 +- 2 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 nezha-fronted/src/components/common/project/other.vue diff --git a/nezha-fronted/src/components/common/project/other.vue b/nezha-fronted/src/components/common/project/other.vue deleted file mode 100644 index fe39c47f7..000000000 --- a/nezha-fronted/src/components/common/project/other.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - - - diff --git a/nezha-fronted/src/components/common/project/visNetwork.vue b/nezha-fronted/src/components/common/project/visNetwork.vue index 6a581bde3..eb18c2d31 100644 --- a/nezha-fronted/src/components/common/project/visNetwork.vue +++ b/nezha-fronted/src/components/common/project/visNetwork.vue @@ -116,14 +116,14 @@ import loading from "@/components/common/loading"; import timePicker from '@/components/common/timePicker'; import topology from './topology' - import other from './other' + // import other from './other' export default { name: 'visNetwork', components: { 'loading': loading, 'time-picker':timePicker, 'topology':topology, - other + // other }, props:{ chartIndex:{