提交 876a4a31 编写于 作者: VK1688's avatar VK1688

优化扩展存储的域名自动根据空间provider赋值

上级 c46da460
// 扩展存储自定义域名
const domain = "qiniu01.dcloud.net.cn";
var domain; // 如果只有一个域名,域名可以直接写在这里
module.exports = {
_before() {},
_before() {
if (!domain) {
const provider = uniCloud.getCloudInfos()[0].provider;
domain = `hello-ext-storage-${provider}.dcloud.net.cn`;
}
},
getUploadFileOptions(data = {}) {
let {
cloudPath, // 前端传过来的文件路径
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册