Browse Source

Update indexbody.js

tags/6.2.0
xushubieli 3 years ago
parent
commit
0b1710883a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/admin/js/indexbody.js

+ 1
- 1
src/admin/js/indexbody.js View File

@@ -47,7 +47,7 @@ function copyFn(){
var val = document.getElementById('text'); var val = document.getElementById('text');
window.getSelection().selectAllChildren(val); window.getSelection().selectAllChildren(val);
document.execCommand ("Copy"); document.execCommand ("Copy");
//alert("成功复制系统信息");
alert("成功复制软件配置信息");
} }
//Dedebiz info //Dedebiz info
var dedebizInfo; var dedebizInfo;


Loading…
Cancel
Save