kucservice 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kucservice.common.js +3 -1
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +3 -1
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/kucservice.umd.js
CHANGED
|
@@ -10197,7 +10197,9 @@ var common_request_wsClass = /*#__PURE__*/function () {
|
|
|
10197
10197
|
_onClose && _onClose(e);
|
|
10198
10198
|
},
|
|
10199
10199
|
onMessage: function onMessage(e) {
|
|
10200
|
-
|
|
10200
|
+
var data = e.data || e;
|
|
10201
|
+
|
|
10202
|
+
if (data.indexOf('Back_Login(') === 0) {
|
|
10201
10203
|
// 设置坐席
|
|
10202
10204
|
_this.config.AgentGroupName && _this.send("SetGroupRole", _this.config.AgentGroupName); // 初始化操作
|
|
10203
10205
|
|
|
Binary file
|