mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
删除被墙的cdn 启用pickmall cdn加载资源
This commit is contained in:
@@ -13,6 +13,6 @@ module.exports = {
|
||||
*/
|
||||
aMapKey: "b440952723253aa9fe483e698057bf7d",
|
||||
website: "https://www.pickmall.cn", //官网地址
|
||||
enableCDN: false, //生产环境 是否启用cdn加载 vue等js
|
||||
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
|
||||
port: 10003, //端口
|
||||
};
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user