diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue
index 14c4cf753..1037652db 100644
--- a/nezha-fronted/src/components/common/exportXLSX.vue
+++ b/nezha-fronted/src/components/common/exportXLSX.vue
@@ -126,7 +126,6 @@ export default {
},
mounted () {
this.getParamsType()
- console.log(this.importUrl)
},
/* watch: {
permissions: {
@@ -144,9 +143,6 @@ export default {
}
this.importFile = this.importFileList[0]
this.validateFile()
- },
- validateFile () {
-
},
rollbackImport () {
let url
diff --git a/nezha-fronted/src/components/layout/path_navigation/PathNavigation.vue b/nezha-fronted/src/components/layout/path_navigation/PathNavigation.vue
index 18c740f67..8ab4cdac2 100644
--- a/nezha-fronted/src/components/layout/path_navigation/PathNavigation.vue
+++ b/nezha-fronted/src/components/layout/path_navigation/PathNavigation.vue
@@ -177,10 +177,7 @@