删除被墙的cdn 启用pickmall cdn加载资源

This commit is contained in:
lemon橪
2022-05-19 15:51:32 +08:00
parent 9d7a06e867
commit a3f5212bbc
7 changed files with 34 additions and 38 deletions

View File

@@ -26,7 +26,7 @@
style="width: 200px"
/>
</Form-item>
<Form-item label="上传时间">
<DatePicker
v-model="selectDate"
@@ -189,7 +189,7 @@
</Row>
</Card>
<Modal
:title="modalTitle"
@@ -589,10 +589,6 @@ export default {
video: {
url: v.url,
},
danmaku: {
id: v.fileKey,
api: "https://api.prprpr.me/dplayer/",
},
});
this.file = v;
this.file.msize = ((v.fileSize * 1.0) / (1024 * 1024)).toFixed(2) + " MB";
@@ -815,6 +811,6 @@ export default {
this.init();
}
},
};
</script>