hzerojs-plugin-yqcloud-jssdk 1.0.17 → 1.0.18

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 +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -121,11 +121,11 @@ var src_default = (props) => {
121
121
  secret
122
122
  // code,
123
123
  });
124
- const authParam = `redirectFlag&access_token=${res.accessToken}&token_type=bearer&state=&expires_in=86399&scope=default`;
124
+ const authParam = `&redirectFlag&access_token=${res.accessToken}&token_type=bearer&state=&expires_in=86399&scope=default`;
125
125
  const fieldData = sessionStorage.getItem("YQ_FIELD_DATA");
126
126
  let urlParam = authParam;
127
127
  if (fieldData) {
128
- urlParam = `&fieldData=${fieldData}&${authParam}`;
128
+ urlParam = `&fieldData=${fieldData}${authParam}`;
129
129
  }
130
130
  const modal = import_modal.default.open({
131
131
  // title: '测试',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hzerojs-plugin-yqcloud-jssdk",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "main": "lib/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {