@witlink/usercenter 1.2.39 → 1.2.41

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.39",
3
+ "version": "1.2.41",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
package/version.md CHANGED
@@ -49,4 +49,8 @@
49
49
  修复组织机构的显示问题
50
50
  #### 1.2.39
51
51
  修复用户管理的机构清空后点击不展示列表问题
52
+ #### 1.2.40
53
+ 组织机构设置为底层机构为add权限
54
+ #### 1.2.41
55
+ 系统参数运行参数增加校验并隐藏无操作锁屏选项
52
56