ucservice 1.0.3 → 1.0.4
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/ucservice.common.js +1 -1
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +1 -1
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -30131,7 +30131,7 @@ const doLogout = function (token) {
|
|
|
30131
30131
|
};
|
|
30132
30132
|
const keepHeart = function (token) {
|
|
30133
30133
|
let net = account_net_url.heartBeatNet;
|
|
30134
|
-
loadJson(net.url, {
|
|
30134
|
+
return () => loadJson(net.url, {
|
|
30135
30135
|
token
|
|
30136
30136
|
}, function (ret) {
|
|
30137
30137
|
if (ret.code == 0) {
|
|
Binary file
|