From 68ea43c42bc262c76a0e7a6d91a7a6f67e73953a Mon Sep 17 00:00:00 2001 From: guanj Date: Mon, 12 Jan 2026 13:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=A8=E7=BA=BF=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E6=95=B0=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system-boot/file.ts | 2 +- src/views/pqs/voltageSags/monitoringPoint/online/index.vue | 4 +++- .../voltageSags/monitoringPoint/online/navigation/index.vue | 3 +++ .../pqs/voltageSags/monitoringPoint/online/navigation/map.vue | 4 +++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/api/system-boot/file.ts b/src/api/system-boot/file.ts index eae81f1b..810ca0b0 100644 --- a/src/api/system-boot/file.ts +++ b/src/api/system-boot/file.ts @@ -31,7 +31,7 @@ export const uploadFile = (file: any, path: string) => { data: form }).then(res => { if (res.code == `A0000`) { - ElMessage.success('上传成功!') + ElMessage.success('文件上传成功!') return res } }) diff --git a/src/views/pqs/voltageSags/monitoringPoint/online/index.vue b/src/views/pqs/voltageSags/monitoringPoint/online/index.vue index 9bfc06c2..1528eed6 100644 --- a/src/views/pqs/voltageSags/monitoringPoint/online/index.vue +++ b/src/views/pqs/voltageSags/monitoringPoint/online/index.vue @@ -1,5 +1,6 @@