@witlink/usercenter 1.2.31 → 1.2.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witlink/usercenter",
3
- "version": "1.2.31",
3
+ "version": "1.2.33",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
package/version.md CHANGED
@@ -35,4 +35,6 @@
35
35
  系统参数label支持换行
36
36
  #### 1.2.30
37
37
  组织机构页面没有权限禁止操作,增加提示信息
38
+ #### 1.2.32
39
+ 修复组织机构页面disabled 还可点击问题
38
40