|
@@ -625,7 +625,7 @@ export function useWs() {
|
|
|
//清除计时器
|
|
|
getClearTimer();
|
|
|
//取消订阅
|
|
|
- // PubSub.unsubscribe('setExamState');
|
|
|
+ PubSub.clearAllSubscriptions();
|
|
|
//通知工作站关闭
|
|
|
if (testList.length > 1) {
|
|
|
//单WS多区
|
|
@@ -660,7 +660,7 @@ export function useWs() {
|
|
|
timerManager[key] = null;
|
|
|
}
|
|
|
}
|
|
|
- getClearExamStateTimer();
|
|
|
+ //getClearExamStateTimer();
|
|
|
}
|
|
|
|
|
|
/**
|