Compare commits

..

No commits in common. "902071013238ee8bbe3bc81cea69ca8d2874aa81" and "3edf47827906214f01940564dc8fa6a1a2bf4e38" have entirely different histories.

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);