@witlink/usercenter 1.2.29 → 1.2.30

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.29",
3
+ "version": "1.2.30",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
package/version.md CHANGED
@@ -33,4 +33,6 @@
33
33
  修复个人中心个人信息tab显示问题
34
34
  #### 1.2.28
35
35
  系统参数label支持换行
36
+ #### 1.2.30
37
+ 组织机构页面没有权限禁止操作,增加提示信息
36
38