refactor(common): 移除健康检查脚本
#Comment 健康检查脚本移动到 healths 脚本文件中
This commit is contained in:
parent
642616c424
commit
69378a96d8
|
@ -107,9 +107,6 @@
|
||||||
});
|
});
|
||||||
return source;
|
return source;
|
||||||
},
|
},
|
||||||
sendHealths: function (data) {
|
|
||||||
$.bc({ url: 'api/Interface/Healths', data: JSON.stringify(data), method: 'post' });
|
|
||||||
},
|
|
||||||
copyText: function (ele) {
|
copyText: function (ele) {
|
||||||
if (typeof ele !== "string") return false;
|
if (typeof ele !== "string") return false;
|
||||||
var input = document.createElement('input');
|
var input = document.createElement('input');
|
||||||
|
|
Loading…
Reference in New Issue