修改
This commit is contained in:
parent
fbb19ddc79
commit
39dea4deaf
@ -13,6 +13,8 @@ const store = new Vuex.Store({
|
|||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
scoket(state) {
|
scoket(state) {
|
||||||
|
uni.closeSocket();
|
||||||
|
clearInterval(state.timeoutObj);
|
||||||
state.SOCKETURL = socketurl + uni.getStorageSync('patientId')
|
state.SOCKETURL = socketurl + uni.getStorageSync('patientId')
|
||||||
state.socketOpen = false
|
state.socketOpen = false
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user