|
@@ -80,7 +80,7 @@
|
|
|
success: async function(res) {
|
|
|
that.$emit('choseImg', true);
|
|
|
let tempFile = JSON.parse(JSON.stringify(res.tempFilePaths));
|
|
|
- const arr = await that.$apifile(`/travel/applet/upload`, 'file', tempFile[0], 'file');
|
|
|
+ const arr = await that.$apifile(`/files/notarization/chat/upload`, 'file', tempFile[0], 'file');
|
|
|
if (arr.errcode == '0') {
|
|
|
let filePaths = serverUrl + arr.uri
|
|
|
that.send(filePaths, '1')
|