From ea4a00e6423cbe4ee2efaf5e246e0e85c20dfb8d Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 29 Jul 2024 14:46:40 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=8B=86=E5=88=86]=20=E7=BC=96?= =?UTF-8?q?=E8=BE=91-=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=9B=9E?= =?UTF-8?q?=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documentTool/documentSplit/modules/SplitAddForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/documentTool/documentSplit/modules/SplitAddForm.vue b/src/views/documentTool/documentSplit/modules/SplitAddForm.vue index 3b06ac5..9a65529 100644 --- a/src/views/documentTool/documentSplit/modules/SplitAddForm.vue +++ b/src/views/documentTool/documentSplit/modules/SplitAddForm.vue @@ -501,7 +501,7 @@ export default { id: '', type: TypeOfClauseItem.IMG.value, itemContent: content.file.response.result.url, - thumbUrl: window._CONFIG.domianURL + '/sys/split/file/getImage?fileName=' + content.file.response.result.url.split('fileName=')[1] + thumbUrl: window._CONFIG.domianURL + '/sys/split/file/getImage?fileName=' + content.file.response.result.fileName } break case TypeOfClauseItem.TABLE.value: