|
@@ -340,7 +340,7 @@ const requestMethod = async (file) => {
|
|
|
if (!res) return { status: 'fail', error: '上传失败' };
|
|
|
|
|
|
formData.basePhotoPath = res.url;
|
|
|
- return { status: 'success', response: { url: res.url } };
|
|
|
+ return { status: 'success', response: { url: res.previewUrl } };
|
|
|
};
|
|
|
|
|
|
const identityChange = () => {
|