@aliyun-obv/api 0.3.49 → 0.3.50
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/api.es.js +1 -1
- package/package.json +1 -1
package/dist/api.es.js
CHANGED
|
@@ -878,7 +878,7 @@ slsEasyFetch.defaults.beforeRequest = (url, params, init, options) => __async$7(
|
|
|
878
878
|
credentials: "same-origin"
|
|
879
879
|
});
|
|
880
880
|
const res = yield response.json();
|
|
881
|
-
window.ALIYUN_SLS_CONSOLE_CONFIG = __spreadValues$2(__spreadValues$2({}, (_b = window.ALIYUN_SLS_CONSOLE_CONFIG) != null ? _b : {}), res.data.ALIYUN_SLS_CONSOLE_CONFIG);
|
|
881
|
+
window.ALIYUN_SLS_CONSOLE_CONFIG = __spreadValues$2(__spreadValues$2({}, (_b = window == null ? void 0 : window.ALIYUN_SLS_CONSOLE_CONFIG) != null ? _b : {}), res.data.ALIYUN_SLS_CONSOLE_CONFIG);
|
|
882
882
|
token = getConfig("SEC_TOKEN");
|
|
883
883
|
}
|
|
884
884
|
let newInit = init;
|
package/package.json
CHANGED