kucservice 1.2.7 → 1.2.8
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 +1 -2
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +1 -2
- 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
|
@@ -10194,8 +10194,7 @@ var common_request_wsClass = /*#__PURE__*/function () {
|
|
|
10194
10194
|
// 设置坐席
|
|
10195
10195
|
_this.config.AgentGroupName && _this.send("SetGroupRole", _this.config.AgentGroupName); // 初始化操作
|
|
10196
10196
|
|
|
10197
|
-
initAction && initAction();
|
|
10198
|
-
return;
|
|
10197
|
+
initAction && initAction(); // return
|
|
10199
10198
|
}
|
|
10200
10199
|
|
|
10201
10200
|
_onMessage && _onMessage(e);
|
|
Binary file
|