Browse Source

更新图片上传地址123

epdc-admin-dangqun
fengyu 3 years ago
parent
commit
95f4bcac1b
  1. 4
      src/views/modules/events/item-deal-detail-view.vue

4
src/views/modules/events/item-deal-detail-view.vue

@ -630,13 +630,13 @@ export default {
this.isAble = false; this.isAble = false;
this.uploadUrl = `${ this.uploadUrl = `${
window.SITE_CONFIG['apiURL'] window.SITE_CONFIG['apiURL']
}/oss/file/upload/1?token=${Cookies.get('token')}`; }/oss/file/uploadImg/1?token=${Cookies.get('token')}`;
}else if(val == 'community_party'){ }else if(val == 'community_party'){
this.isAble = false; this.isAble = false;
this.uploadUrl = `${ this.uploadUrl = `${
window.SITE_CONFIG['apiURL'] window.SITE_CONFIG['apiURL']
}/oss/file/upload/2?token=${Cookies.get('token')}` }/oss/file/uploadImg/2?token=${Cookies.get('token')}`
} }
this.postDataForm.handleImagesPC = []; this.postDataForm.handleImagesPC = [];

Loading…
Cancel
Save