This commit is contained in:
parent
0b52f8f283
commit
028929f85e
|
|
@ -293,8 +293,7 @@ const uploadSignUrlFjBF = (file) => {
|
|||
if (uploadRes.code && uploadRes.code == 200) {
|
||||
const fileInfo = {
|
||||
url: uploadRes.data.url,
|
||||
serverUrl: uploadRes.data.url,
|
||||
name: uploadRes.data.name || `${generateRandomString(10)}_${Date.now()}.png`
|
||||
serverUrl: uploadRes.data.url
|
||||
}
|
||||
|
||||
// 同时保存到两个地方
|
||||
|
|
|
|||
Loading…
Reference in New Issue