From 04f23de7550e782c58ade465b276e5cd43ebefcb Mon Sep 17 00:00:00 2001 From: yiqiuyang Date: Mon, 13 Oct 2025 13:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89this.$alert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/residentAnalysis/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/residentAnalysis/index.vue b/src/views/residentAnalysis/index.vue index fadf73c..a94f8ea 100644 --- a/src/views/residentAnalysis/index.vue +++ b/src/views/residentAnalysis/index.vue @@ -360,8 +360,7 @@ export default { activeName: '', tableHeight: 280, - // showExport: true, - showExport: false, + showExport: true, } }, created() { @@ -1249,7 +1248,6 @@ export default { .then((r) => r.text()) .then((res) => { const parsedData = iniParser.parse(res) - this.$alert(parsedData) axios .post( `http://${parsedData.http.address}:${parsedData.http.port}/api/area`,