hzerojs-plugin-yqcloud-jssdk 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -105,7 +105,7 @@ var src_default = (props) => {
105
105
  console.log("【YQCloud】:", jsonData.message);
106
106
  } else {
107
107
  const appConfig2 = JSON.parse(jsonData.jsonConfig);
108
- tenantIdRef.current = appConfig2.tenantId;
108
+ tenantIdRef.current = jsonData.tenantId;
109
109
  setAppConfig(appConfig2);
110
110
  console.log("【YQCloud】解析配置成功:", appConfig2);
111
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hzerojs-plugin-yqcloud-jssdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "main": "lib/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {