feat:本地重构element-ui的时间选择器

This commit is contained in:
zhangyu
2021-04-28 15:18:21 +08:00
parent 0cbba3073d
commit 4b43934743
32 changed files with 166 additions and 63 deletions

View File

@@ -1692,7 +1692,6 @@ export default {
responseType: 'arraybuffer'
})
.then(res => {
console.log(res.data)
return ('data:image/jpeg;base64,' + btoa(new Uint8Array(res.data).reduce((data, byte) => data + String.fromCharCode(byte), '')))
})
.then(data => {