Przeglądaj źródła

修复 ImagePostEdit.vue 图片上传的 url

reghao 1 rok temu
rodzic
commit
10058e57bf
1 zmienionych plików z 1 dodań i 0 usunięć
  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: '提示',