import http from '@/utils/httpRequest.js' export function policy () { return new Promise((resolve) => { http({ url: http.adornUrl('/thirdparty/v1/admin/oss/getPolicy'), method: 'get', params: http.adornParams({}) }).then(({ data }) => { resolve(data) }) }) } 1. 2. ...
js bnuxt-_web_yunho/components/AvatarCropper/utils/data2blob.js new file mode 100644 index 000000000..9c47f8af5 --- /dev/null +++ b/nuxt-mogu_web_yunho/components/AvatarCropper/utils/data2blob.js @@ -0,0 +1,19 @@ +/** + * database64文件格式转换为2进制 + * + * @param {...