fmui-base 2.1.22 → 2.1.23

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/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.23:上传组件参数加密
6
7
  - 2.1.22:上传组件去token
7
8
  - 2.1.21:表单组件去token
8
9
  - 2.1.20:选人组件兼容老数据,关联字段编辑时必填不校验
@@ -203,7 +203,7 @@ var PageHome = function (_React$Component) {
203
203
  fileAllSizeLimit: fileAllSizeLimit,
204
204
  label: label,
205
205
  dir: dir,
206
- businessExt: businessExt,
206
+ businessExt: btoa(unescape(encodeURIComponent(businessExt))),
207
207
  limitNo: limitNo,
208
208
  context: context,
209
209
  uploadUrl: context + '/api/m/plugin/attachment/mobile/createFile',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",