Compare commits

...

2 Commits

Author SHA1 Message Date
xiaomeng 9020710132 Merge pull request '1' (#161) from pc-master into portal
Reviewed-on: #161
2024-07-23 07:10:27 +00:00
wb-zhuangyuehuang-vjzzZ b1d3c50c91 1 2024-07-22 17:15:46 +08: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);