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