matrix_components 2.0.322 → 2.0.323

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.
@@ -76545,6 +76545,7 @@ function createAxiosInstance(customConfig = {}, errorCallback) {
76545
76545
  console.error("请求的ID生成失败:", error);
76546
76546
  }
76547
76547
  const tonkenKey = (app$1 == null ? void 0 : app$1.config.globalProperties.TonkenKey) || localStorage.getItem("TonkenKey") || localStorage.getItem("tonkenKey") || sessionStorage.getItem("TonkenKey") || sessionStorage.getItem("tonkenKey") || globalThis.TonkenKey || globalThis.tonkenKey || "";
76548
+ console.log(`tonkenKey===>`, app$1 == null ? void 0 : app$1.config.globalProperties.TonkenKey, localStorage.getItem("TonkenKey"), localStorage.getItem("tonkenKey"), sessionStorage.getItem("TonkenKey"), sessionStorage.getItem("tonkenKey"), globalThis.TonkenKey, globalThis.tonkenKey);
76548
76549
  const tokenName = localStorage.getItem(tonkenKey) || sessionStorage.getItem(tonkenKey) || "satoken";
76549
76550
  const tokenValue = localStorage.getItem(tokenName) || sessionStorage.getItem(tokenName) || "";
76550
76551
  console.log(`token===>${tokenName}:${tokenValue}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix_components",
3
- "version": "2.0.322",
3
+ "version": "2.0.323",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [