Merge pull request '1' (#161) from pc-master into portal

Reviewed-on: #161
portal
xiaomeng 2024-07-23 07:10:27 +00:00
commit 9020710132
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ this.dataInit();
link.href = url; link.href = url;
// //
link.setAttribute('download', `${devicecode}.txt`); link.setAttribute('download', `控制器-${devicecode}.txt`);
// //
document.body.appendChild(link); document.body.appendChild(link);

View File

@ -133,7 +133,7 @@ export default {
link.href = url; link.href = url;
// //
link.setAttribute('download', `${devicecode}.txt`); link.setAttribute('download', `施肥机-${devicecode}.txt`);
// //
document.body.appendChild(link); document.body.appendChild(link);