1 #161

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-07-23 07:10:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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