魔墙:导出格式优化
This commit is contained in:
parent
9c211e13bf
commit
939ce286f3
|
@ -1899,7 +1899,7 @@ export default defineComponent({
|
||||||
res=res+JSON.stringify(item)+"\r\n"
|
res=res+JSON.stringify(item)+"\r\n"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
res=res.replace(/\"/g,"");
|
||||||
const status = exportFile("important.txt", res);
|
const status = exportFile("important.txt", res);
|
||||||
if (status === true) {
|
if (status === true) {
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue