修改首页、公告样式、在线报修字段回显等

This commit is contained in:
zhouyanli
2026-05-07 18:05:36 +08:00
parent 0fb361ad64
commit b68766791d
8 changed files with 60 additions and 51 deletions

View File

@@ -137,5 +137,5 @@ export const uploadImage = () => {
}
// 上传单张图片
export const uploadFile = (filePath) => {
return upload(filePath, '/common/upload');
return upload(filePath, '');
}