From 25fe8aee615600838eb97f4c9104ee6a34bc4412 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期五, 27 十月 2023 14:31:43 +0800 Subject: [PATCH] modified: src/views/technology/document/document-form.vue --- src/views/technology/document/document-form.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index 09ef014..06d1f17 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -1383,7 +1383,7 @@ var aa = { id: resData.jgtList[i].id, name: '棰勮澶у浘', - url: '/mes/document/file/' + resData.jgtList[i].fileName + url: 'http://127.0.0.1:6061/Image/' + resData.jgtList[i].fileName.replace("D:/file","") } this.fileStructureList.push(aa) } @@ -1393,7 +1393,7 @@ if (resData.lct != null) { this.fileFlowList.push({ name: '棰勮澶у浘', - url: '/mes/document/file/' + resData.lct + url: 'http://127.0.0.1:6061/Image/img' + resData.lct }) } // 鎸傛祦绋嬪浘 -- Gitblit v1.9.3