@tplc/business 0.5.41 → 0.5.42

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,21 @@
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.5.42](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.39...v0.5.42) (2025-11-05)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.5.40 ([18ca5bd](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/18ca5bdb403d13d0a2ba6da7cfa7ec3e8f56fb87))
11
+ * **release:** 0.5.41 ([6226ff0](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/6226ff0ceeb7e75a47a6380d309c689389dac6c7))
12
+
13
+
14
+ ### ✨ Features | 新功能
15
+
16
+ * 修改用户 ([d77e420](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/d77e42066ab0241c7d79432ff4cbb05d4403784a))
17
+ * 支持二维码 ([18a1730](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/18a17306334e84fbf2fb1fa31c560864735c8060))
18
+ * 新增轮询 以及 qrcode ([b3c2b59](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/b3c2b590f1c9812b546b6db677f7b53c2a7183e9))
19
+
5
20
  ### [0.5.41](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.40...v0.5.41) (2025-11-05)
6
21
 
7
22
 
@@ -77,7 +77,7 @@ const startTimer = () => {
77
77
 
78
78
  const getRequestData = async () => {
79
79
  if (pageInfo.value?.page?.requestApi) {
80
- const { data } = (await uni.$lcb.http.post('/pageDecoration/page/detail', {
80
+ const { data } = (await uni.$lcb.http.post(pageInfo.value?.page?.requestApi, {
81
81
  pageType: props.jumpUrl,
82
82
  })) as any
83
83
  popupInfo.value = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.41",
3
+ "version": "0.5.42",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],