|
@@ -2,6 +2,7 @@ import { ref } from 'vue';
|
|
|
import { getCurrentCityConfig } from '@/utils/appConfig';
|
|
|
import { getNowDateTime } from '@/utils/constants';
|
|
|
import { ElMessage } from 'element-plus';
|
|
|
+import { dutyOff } from '@/api/public/wex';
|
|
|
|
|
|
/**
|
|
|
* @description 呼叫中心配置 方法
|
|
@@ -100,6 +101,7 @@ export function callCenterLogout() {
|
|
|
case '宜宾市':
|
|
|
callCenterWs.value?.logout();
|
|
|
callCenterWs.value?.close();
|
|
|
+ dutyOff(); // 呼叫中心签出
|
|
|
break;
|
|
|
case '自贡市':
|
|
|
signOutFn();
|