Browse Source

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
039b3c6ef8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/help/index.vue

+ 1 - 1
src/pages/help/index.vue

@@ -99,7 +99,7 @@ export default {
       selectImage.postMessage('获取相册信息')
       selectImage.postMessage('获取相册信息')
       window['receiveImageAddress'] = res => {
       window['receiveImageAddress'] = res => {
         JSON.parse(res).addressList.map(i => {
         JSON.parse(res).addressList.map(i => {
-          this.form.imageFiles.push(i)
+          this.form.imageFiles.push(`blob:${window.location.origin}${i}`)
         })
         })
         console.log(this.form.imageFiles);
         console.log(this.form.imageFiles);
       }
       }