Explorar el Código

修复 ImagePostEdit.vue 图片上传的 url

reghao hace 1 año
padre
commit
10058e57bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: '提示',