소스 검색

修复 ImagePostEdit.vue 图片上传的 url

reghao 1 년 전
부모
커밋
10058e57bf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/post/ImagePostEdit.vue

+ 1 - 0
src/views/post/ImagePostEdit.vue

@@ -111,6 +111,7 @@ export default {
         const resData = res.data
         this.actionUrl = resData.ossUrl
         this.imgHeaders.Authorization = 'Bearer ' + resData.token
+        this.imgData.channelCode = resData.channelCode
       } else {
         this.$notify({
           title: '提示',