hifun-tools 1.3.32 → 1.4.1
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/init/index.d.ts +1 -1
- package/dist/init/index.js +2 -2
- package/package.json +1 -1
package/dist/init/index.d.ts
CHANGED
package/dist/init/index.js
CHANGED
|
@@ -143,9 +143,9 @@ class InitCls {
|
|
|
143
143
|
}
|
|
144
144
|
throw new Error("无法获取有效的租户信息");
|
|
145
145
|
}
|
|
146
|
-
refreshHttp() {
|
|
146
|
+
async refreshHttp() {
|
|
147
147
|
try {
|
|
148
|
-
getOptimalDecodedString([this.getBaseUrl()]);
|
|
148
|
+
await getOptimalDecodedString([this.getBaseUrl()]);
|
|
149
149
|
}
|
|
150
150
|
catch (error) {
|
|
151
151
|
rewardMsg({
|