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