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:{