Browse Source

Update indexbody.js

tags/6.2.0
xushubieli 1 year 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');
window.getSelection().selectAllChildren(val);
document.execCommand ("Copy");
//alert("成功复制系统信息");
alert("成功复制软件配置信息");
}
//Dedebiz info
var dedebizInfo;


Loading…
Cancel
Save