Compare commits

...

2 Commits

Author SHA1 Message Date
chen 1ef8bfb99c Merge branch 'master' of http://git.scdxtc.com/chen/flying-monkey 2022-03-28 08:57:07 +08:00
chen 8366532d17 提交 2022-03-28 08:57:04 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import request from './requst.js';
export function uploadImg(data) {
console.log(data,3);
return request.upload("/universal/api.upload/upload", data);
}