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: [],