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