@witlink/usercenter 1.2.25 → 1.2.27

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.25",
3
+ "version": "1.2.27",
4
4
  "description": "witlink的用户中心系统各页面集成组件",
5
5
  "main": "./dist/usercenter.umd.js",
6
6
  "module": "./dist/usercenter.es.js",
@@ -11,14 +11,18 @@
11
11
  "@vueuse/components": "^11.1.0",
12
12
  "@vueuse/core": "^9.5.0",
13
13
  "@witlink/utils": "^1.0.5",
14
+ "dayjs": "^1.10.8",
14
15
  "ant-design-vue": "^4.2.3",
15
- "axios": "^1.1.3"
16
+ "lodash-es": "^4.17.21",
17
+ "axios": "^1.1.3",
18
+ "pinia": "^2.0.25",
19
+ "vue": "^3.2.45",
20
+ "vue-i18n": "^9.13.1",
21
+ "vue-router": "^4.1.6"
16
22
  },
17
23
  "dependencies": {
18
- "dayjs": "^1.10.8",
19
- "lodash-es": "^4.17.21",
24
+ "hash.js": "^1.1.7",
20
25
  "mitt": "^3.0.1",
21
- "less": "^4.1.3",
22
26
  "vue-cropper": "^1.1.4"
23
27
  },
24
28
  "keywords": [
package/version.md CHANGED
@@ -27,4 +27,8 @@
27
27
  将用户中心业务页面从用户中心拆出,减小包体积
28
28
  #### 1.2.25
29
29
  去掉vex-table的依赖,重构组织机构管理代码,并清除产物中的ant-design-vue/es的依赖, 减小包体积到500kb
30
+ #### 1.2.26
31
+ 修复组织机构在没权限时机构的样式
32
+ #### 1.2.27
33
+ 修复个人中心个人信息tab显示问题
30
34