@smart100/spu-web-plugin 1.0.4 → 1.0.5
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/spu-web-plugin.mjs +2 -2
- package/package.json +1 -1
- package/src/login.ts +1 -1
package/dist/spu-web-plugin.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "1.0.
|
|
1
|
+
var version = "1.0.5";
|
|
2
2
|
|
|
3
3
|
/** Detect free variable `global` from Node.js. */
|
|
4
4
|
var freeGlobal$2 = typeof global == 'object' && global && global.Object === Object && global;
|
|
@@ -8646,7 +8646,7 @@ function updateToken() {
|
|
|
8646
8646
|
params: {
|
|
8647
8647
|
refreshtoken: sendToken
|
|
8648
8648
|
},
|
|
8649
|
-
|
|
8649
|
+
isShowLoading: false,
|
|
8650
8650
|
isShowErrorMessage: false,
|
|
8651
8651
|
isSendToken: false,
|
|
8652
8652
|
headers: {
|
package/package.json
CHANGED