diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 7fca992..cb1e6a4 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -17,7 +17,7 @@ exten: getExten(), // 分机号 seat: getSeat(), // 坐席号 websocket: '0', // websocket状态,1是已连接,0是未连接 - online: getOnline(), // 坐席签入状态 + online: '0', // 坐席签入状态 area: '' // 默认地区 }, mutations: {