|
@@ -96,9 +96,9 @@ const logout = () => {
|
|
|
* AGENTSTATUS :
|
|
|
* 0 未登录 1 置忙 2 置闲
|
|
|
* */
|
|
|
- voiceStore.getAgentStatus();
|
|
|
- console.log( "退出 坐席状态", voiceStore.AGENTSTATUS );
|
|
|
- console.log( "退出 系统状态", voiceStore.HSCTIERRORCODE );
|
|
|
+ // voiceStore.getAgentStatus();
|
|
|
+ // console.log( "退出 坐席状态", voiceStore.AGENTSTATUS );
|
|
|
+ // console.log( "退出 系统状态", voiceStore.HSCTIERRORCODE );
|
|
|
// && voiceStore.AGENTSTATUS != 0 && !([100001, 100002].includes(Number(voiceStore.HSCTIERRORCODE)))
|
|
|
if ( voiceStore.isAuthPane ) {
|
|
|
await voiceStore.unInit();
|