|
|
@ -248,7 +248,7 @@ export class AllFileComponent { |
|
|
|
}else if(item.type == "mp3" || item.type == "MP3"&& !item.isDir){ |
|
|
|
}else if(item.type == "mp3" || item.type == "MP3"&& !item.isDir){ |
|
|
|
|
|
|
|
|
|
|
|
const dialogRef = this.dialog.open(ViewDetails, {//调用open方法打开对话框并且携带参数过去
|
|
|
|
const dialogRef = this.dialog.open(ViewDetails, {//调用open方法打开对话框并且携带参数过去
|
|
|
|
width: '380px', |
|
|
|
width: '400px', |
|
|
|
height:'108px', |
|
|
|
height:'108px', |
|
|
|
data: {url:item.key,type:"mp3"} |
|
|
|
data: {url:item.key,type:"mp3"} |
|
|
|
}); |
|
|
|
}); |
|
|
|