瀏覽代碼

修复 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: '提示',