From 8bf3254779ea251c3afb9b1b1b601d36f5b85062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 15 Dec 2021 19:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dynamicInformationManage/dynamicInfomationDetails/index.vue | 2 +- .../dynamicInfomationDetails/index2.vue | 2 +- src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue | 2 +- .../my-collection/collectionDetail/CollectionDynamicDetail.vue | 2 +- .../personal/pages/personal-info/components/PersonalData.vue | 2 +- .../dynamicInformation/pages/DynamicInformationDetails.vue | 2 +- src/pages/regulatoryRepository/information/index2.vue | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index.vue b/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index.vue index 69a6e9f69..dc59712d8 100644 --- a/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index.vue +++ b/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index.vue @@ -185,7 +185,7 @@ export default { pubOrgName: '', content: '', linkUri: '', - uploadPath: 'uploadPath', + uploadPath: 'file', resPk: '', fileList: [], picList: [], diff --git a/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index2.vue b/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index2.vue index 1a97d9e98..44e1c8863 100644 --- a/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index2.vue +++ b/src/pages/config/pages/dynamicInformationManage/dynamicInfomationDetails/index2.vue @@ -174,7 +174,7 @@ export default { pubOrgName: '', content: '', linkUri: '', - uploadPath: 'uploadPath', + uploadPath: 'file', resPk: '', fileList: [], picList: [], diff --git a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue index e585b1928..7291d830e 100644 --- a/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue +++ b/src/pages/localTool/standAutoSplit/pages/itemSplitInfo.vue @@ -1707,7 +1707,7 @@ export default { if (res.ok) { let imgPath = res.data.filePath let imgName = res.data.fileName - let imgSrc = 'uploadPath' + imgPath + imgName + let imgSrc = 'file' + imgPath + imgName // let imgSrc = imgPath + imgName // this.itemsContentList[this.saveUploadImgIndex].itemContent = 'uploadPath' + imgPath + imgName this.itemsContentList[this.saveAddIndex + 1].itemContent = '' diff --git a/src/pages/personal/pages/my-collection/collectionDetail/CollectionDynamicDetail.vue b/src/pages/personal/pages/my-collection/collectionDetail/CollectionDynamicDetail.vue index 4fb19a066..5a01a5c5c 100644 --- a/src/pages/personal/pages/my-collection/collectionDetail/CollectionDynamicDetail.vue +++ b/src/pages/personal/pages/my-collection/collectionDetail/CollectionDynamicDetail.vue @@ -87,7 +87,7 @@ export default { pubOrgName: '', content: '', linkUri: '', - uploadPath: 'uploadPath', + uploadPath: 'file', resPk: '', fileList: [], picList: [], diff --git a/src/pages/personal/pages/personal-info/components/PersonalData.vue b/src/pages/personal/pages/personal-info/components/PersonalData.vue index 8fd9e170b..d315952ed 100644 --- a/src/pages/personal/pages/personal-info/components/PersonalData.vue +++ b/src/pages/personal/pages/personal-info/components/PersonalData.vue @@ -194,7 +194,7 @@ export default { loading: 'loading' }, res => { this.userInfo.userPic = res.data.id - this.userAvator = 'uploadPath' + res.data.filePath + res.data.fileName + this.userAvator = 'file' + res.data.filePath + res.data.fileName }) }, // 保存用户信息 diff --git a/src/pages/regulatoryRepository/dynamicInformation/pages/DynamicInformationDetails.vue b/src/pages/regulatoryRepository/dynamicInformation/pages/DynamicInformationDetails.vue index 200ac3b10..78e2e0276 100644 --- a/src/pages/regulatoryRepository/dynamicInformation/pages/DynamicInformationDetails.vue +++ b/src/pages/regulatoryRepository/dynamicInformation/pages/DynamicInformationDetails.vue @@ -81,7 +81,7 @@ export default { content: '' }, linkUri: '', - uploadPath: 'uploadPath', + uploadPath: 'file', resPk: '', fileList: [], picList: [], diff --git a/src/pages/regulatoryRepository/information/index2.vue b/src/pages/regulatoryRepository/information/index2.vue index d160517a3..5a60470d4 100644 --- a/src/pages/regulatoryRepository/information/index2.vue +++ b/src/pages/regulatoryRepository/information/index2.vue @@ -158,7 +158,7 @@ export default { pubOrgName: '', content: '', linkUri: '', - uploadPath: 'uploadPath', + uploadPath: 'file', resPk: '', fileList: [], picList: [],