refactor(UI 自动化): 代码格式修改
This commit is contained in:
parent
b85c3ebf7e
commit
11a8b7bd03
|
@ -516,9 +516,10 @@ export default {
|
||||||
cleanHeartBeat() {
|
cleanHeartBeat() {
|
||||||
if (window.heartBeatHandle) {
|
if (window.heartBeatHandle) {
|
||||||
clearInterval(window.heartBeatHandle);
|
clearInterval(window.heartBeatHandle);
|
||||||
if (window.localStorage.getItem(this.websocketKey()))
|
if (window.localStorage.getItem(this.websocketKey())) {
|
||||||
window.localStorage.removeItem(this.websocketKey());
|
window.localStorage.removeItem(this.websocketKey());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
heartBeat() {
|
heartBeat() {
|
||||||
let msg = {
|
let msg = {
|
||||||
|
|
Loading…
Reference in New Issue