Browse Source

Update indexbody.js

tags/6.2.5
叙述、别离 2 years ago
parent
commit
1814b5bc07
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/admin/js/indexbody.js

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

@@ -47,13 +47,13 @@ function Copyinfo() {
var val = document.getElementById('text');
window.getSelection().selectAllChildren(val);
document.execCommand("Copy");
alert("成功复制环境配置信息");
alert("复制环境配置摘要成功");
}
//Dedebiz info
var dedebizInfo;
function ViewDedeBIZ() {
if (dedebizInfo === false) {
ShowMsg("商业组件没有启动,无法正常连接");
ShowMsg("启动商业组件失败");
return;
}
ShowMsg(`


Loading…
Cancel
Save