|
@@ -215,7 +215,8 @@ $('.downloadVideo').on('click', function(e) {
|
|
const videoUrl = button.attr('videoUrl');
|
|
const videoUrl = button.attr('videoUrl');
|
|
|
|
|
|
// 使用 Dcat Admin 内置 loading 组件
|
|
// 使用 Dcat Admin 内置 loading 组件
|
|
- const loading = Dcat.loading('<i class=\"feather icon-download-cloud\"></i> downloading...');
|
|
|
|
|
|
+ const loading = Dcat.loading({
|
|
|
|
+ });
|
|
|
|
|
|
fetch(videoUrl, {
|
|
fetch(videoUrl, {
|
|
headers: new Headers({
|
|
headers: new Headers({
|