|
|
@ -125,7 +125,7 @@ const componentChild = {
|
|
|
|
conf["on-preview"] = (response, fileList) => {
|
|
|
|
conf["on-preview"] = (response, fileList) => {
|
|
|
|
// 在上传成功后的回调函数中可以执行你的业务逻辑
|
|
|
|
// 在上传成功后的回调函数中可以执行你的业务逻辑
|
|
|
|
// console.log('点击', response);
|
|
|
|
// console.log('点击', response);
|
|
|
|
// window.open( process.env.VUE_APP_BASE_API + response.response.fileName)
|
|
|
|
window.open( process.env.VUE_APP_BASE_API + response.response.fileName)
|
|
|
|
// 这里可以根据需要执行其他操作,例如更新界面或显示消息
|
|
|
|
// 这里可以根据需要执行其他操作,例如更新界面或显示消息
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|