@tplc/business 0.4.124 → 0.4.126

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,26 @@
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.4.126](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.125...v0.4.126) (2025-06-12)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 修复复制问题 ([ce63ed0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ce63ed00076e7687114320004a4f939ca08b0f3a))
11
+
12
+
13
+ ### 🐛 Bug Fixes | Bug 修复
14
+
15
+ * copyChildrenChangeId ([f6f600c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f6f600ce51b734657039bc78a0c444fb14a66710))
16
+
17
+ ### [0.4.125](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.124...v0.4.125) (2025-06-10)
18
+
19
+
20
+ ### ✨ Features | 新功能
21
+
22
+ * loginOut ([00a843f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/00a843fd3cfa0b1b1286ee6eaf09c84159d35fb0))
23
+ * 支持调整list border ([bbf541d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/bbf541d2bcf46c99cd190c955d1ede2de46b1671))
24
+
5
25
  ### [0.4.124](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.123...v0.4.124) (2025-06-08)
6
26
 
7
27
 
@@ -83,6 +83,7 @@ const emits = defineEmits<{
83
83
  (e: 'click', value: void): void
84
84
  (e: 'refresh', value: void): void
85
85
  (e: 'nav', value: void): void
86
+ (e: 'loginOut', value: void): void
86
87
  }>()
87
88
  const templateMessageList = ref<TemplateMessage[]>([])
88
89
  onMounted(async () => {
@@ -164,6 +165,7 @@ const onActionClick = async () => {
164
165
  })
165
166
  pageInfo.value = {}
166
167
  basicInfo.value = {}
168
+ emits('loginOut')
167
169
  }
168
170
  },
169
171
  })
@@ -41,7 +41,7 @@
41
41
  <img
42
42
  class="w-30rpx h-30rpx"
43
43
  mode="aspectFit"
44
- src="https://ddll-lycs.oss-cn-hangzhou.aliyuncs.com/default/1/20240914164446/%E5%BD%A2%E7%8A%B6%2092%402x.png"
44
+ src="https://lycs.eluying.com/default/1/20240914164446/%E5%BD%A2%E7%8A%B6%2092%402x.png"
45
45
  />
46
46
  </view>
47
47
  </lcb-city-select>
@@ -67,7 +67,7 @@
67
67
  <img
68
68
  class="w-30rpx h-30rpx"
69
69
  mode="aspectFit"
70
- src="https://ddll-lycs.oss-cn-hangzhou.aliyuncs.com/default/1/20240914164707/%E5%BD%A2%E7%8A%B6%2095%402x.png"
70
+ src="https://lycs.eluying.com/default/1/20240914164707/%E5%BD%A2%E7%8A%B6%2095%402x.png"
71
71
  v-else
72
72
  />
73
73
  <view class="text-26rpx text-[var(--content-color)] mt-12rpx">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.124",
3
+ "version": "0.4.126",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],