chore: remove console && update components

This commit is contained in:
JaguarJack
2023-03-04 18:23:07 +08:00
parent 67545252fe
commit 8fe6d5c827
7 changed files with 22 additions and 23 deletions

View File

@@ -63,7 +63,6 @@ const uploaded = (blobInfo, progress) =>
params.append('image', blobInfo.blob())
Http.post(env('VITE_BASE_URL') + 'upload/image', params)
.then(res => {
console.log(res)
if (res.data.code === 10000) {
resolve(res.data.data.path)
} else {