From b3d91de00059306beb4712297092cdaff8ed4ac2 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期一, 30 十月 2023 09:57:25 +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 b7bdc4d..36bee24 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: 'http://127.0.0.1:6061/Image/' + resData.jgtList[i].fileName.replace("D:/file","")
+ url: '/mes/document/file?fileName=' + resData.jgtList[i].fileName
}
this.fileStructureList.push(aa)
}
@@ -1393,7 +1393,7 @@
if (resData.lct != null) {
this.fileFlowList.push({
name: '棰勮澶у浘',
- url: 'http://127.0.0.1:6061/Image/' + resData.lct
+ url: 'http://127.0.0.1:6061/Image' + resData.lct
})
}
// 鎸傛祦绋嬪浘
--
Gitblit v1.9.3