|
@@ -157,7 +157,7 @@ export default {
|
|
|
fileUpload('Mid', formData, { isGlobalprogress: true })
|
|
|
.then(({ file_info_list }) => {
|
|
|
if (file_info_list.length > 0) {
|
|
|
- success(file_info_list[0].file_url);
|
|
|
+ success(file_info_list[0].file_url_open);
|
|
|
} else {
|
|
|
fail('上传失败');
|
|
|
}
|
|
@@ -186,7 +186,7 @@ export default {
|
|
|
fileUpload('Mid', formData, { isGlobalprogress: true })
|
|
|
.then(({ file_info_list }) => {
|
|
|
if (file_info_list.length > 0) {
|
|
|
- callback(file_info_list[0].file_url);
|
|
|
+ callback(file_info_list[0].file_url_open);
|
|
|
} else {
|
|
|
callback('');
|
|
|
}
|