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 @@