Commit 671b1baa authored by xxx's avatar xxx

1

parent 2700150a
...@@ -310,7 +310,6 @@ export default { ...@@ -310,7 +310,6 @@ export default {
}, },
loadData(){ loadData(){
let that = this;
let href1 = window.location.href; let href1 = window.location.href;
let href2 = href1.split('?')[1]; let href2 = href1.split('?')[1];
this.userName1 = decodeURI(href2); this.userName1 = decodeURI(href2);
...@@ -790,6 +789,7 @@ export default { ...@@ -790,6 +789,7 @@ export default {
beforeDestroy(){ beforeDestroy(){
this.$refs.voiceApplicationMethod.xintiaoCloseFn(); this.$refs.voiceApplicationMethod.xintiaoCloseFn();
this.$refs.startOrderReceivingMethod.dingshiqiCloseFn(); this.$refs.startOrderReceivingMethod.dingshiqiCloseFn();
this.websocketcloseIndex();
if(this.zongTimer1) { if(this.zongTimer1) {
clearInterval(this.zongTimer1); clearInterval(this.zongTimer1);
this.zongTimer1 = null; this.zongTimer1 = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment