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.umd.js
CHANGED
|
@@ -30140,7 +30140,7 @@ const doLogout = function (token) {
|
|
|
30140
30140
|
};
|
|
30141
30141
|
const keepHeart = function (token) {
|
|
30142
30142
|
let net = account_net_url.heartBeatNet;
|
|
30143
|
-
loadJson(net.url, {
|
|
30143
|
+
return () => loadJson(net.url, {
|
|
30144
30144
|
token
|
|
30145
30145
|
}, function (ret) {
|
|
30146
30146
|
if (ret.code == 0) {
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|