修改首页、公告样式、在线报修字段回显等
This commit is contained in:
@@ -137,5 +137,5 @@ export const uploadImage = () => {
|
||||
}
|
||||
// 上传单张图片
|
||||
export const uploadFile = (filePath) => {
|
||||
return upload(filePath, '/common/upload');
|
||||
return upload(filePath, '');
|
||||
}
|
||||
Reference in New Issue
Block a user