This commit is contained in:
Donald Zou
2025-09-01 20:25:22 +08:00
parent 632c4f3dc7
commit 8191668d60
55 changed files with 53 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ export default {
id: this.Peer.id
}, (res) => {
if (res.status){
const blob = new Blob([res.data.file], { type: "text/plain" });
const blob = new Blob([res.data.file], { type: "text/conf" });
const jsonObjectUrl = URL.createObjectURL(blob);
const filename = `${res.data.fileName}.conf`;
const anchorEl = document.createElement("a");