diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue index c376552f7..868eb23c1 100644 --- a/nezha-fronted/src/components/common/exportXLSX.vue +++ b/nezha-fronted/src/components/common/exportXLSX.vue @@ -290,7 +290,7 @@ showImportBox:function(type){ this.importBox.show=true; this.importBox.type=type; - if(type == 2&&(this.$route.path==='/asset'|| this.$route.path==='/model')){ + if(type == 2&&(this.$route.path==='/model')){ this.exportCur() return }