feat 下载联调

This commit is contained in:
Ironsp
2026-06-05 10:31:02 +08:00
parent d5ed2b80b2
commit a4c8af1082

View File

@@ -211,6 +211,7 @@ const handlePlay = async (row?: any) => {
dialog.visible = true;
};
const handleDown = async (row?: any) => {
console.log('111111111', row);
if (!row || !row.zipUrl) {
proxy?.$modal.msgError('下载地址不存在');
return;