修改在线监测数据问题

This commit is contained in:
guanj
2026-01-12 13:56:49 +08:00
parent bfafb6dc5b
commit 68ea43c42b
4 changed files with 10 additions and 3 deletions

View File

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