浏览代码

Update indexbody.js

tags/6.2.5
叙述、别离 2 年前
父节点
当前提交
1814b5bc07
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/admin/js/indexbody.js

+ 2
- 2
src/admin/js/indexbody.js 查看文件

@@ -47,13 +47,13 @@ function Copyinfo() {
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;
function ViewDedeBIZ() { function ViewDedeBIZ() {
if (dedebizInfo === false) { if (dedebizInfo === false) {
ShowMsg("商业组件没有启动,无法正常连接");
ShowMsg("启动商业组件失败");
return; return;
} }
ShowMsg(` ShowMsg(`


正在加载...
取消
保存