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