@tplc/business 0.3.21 → 0.3.22

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.22](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.21...v0.3.22) (2025-02-07)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * nav 支持right ([010f27b](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/010f27b78f47a0f287261a9d0e626cdcba303adc))
11
+
5
12
  ### [0.3.21](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.20...v0.3.21) (2025-02-07)
6
13
 
7
14
  ### [0.3.20](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.19...v0.3.20) (2025-02-07)
@@ -77,11 +77,11 @@ withDefaults(defineProps<LcbVipProps>(), {
77
77
  const info = ref<CurrentRightsDetail>()
78
78
  const current = ref<UserLevelRightsList>()
79
79
  const onItemClick = (item: UserLevelRightsList) => {
80
- if (item.userRightsConfigId === '0') {
81
- navigateTo('/pages-sub/vip/rights')
82
- return
83
- }
84
- current.value = item
80
+ // if (item.userRightsConfigId === '0') {
81
+ navigateTo('/pages-sub/vip/rights')
82
+ // return
83
+ // }
84
+ // current.value = item
85
85
  }
86
86
 
87
87
  onMounted(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],