@tplc/business 0.4.105 → 0.4.106

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,8 @@
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.106](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.105...v0.4.106) (2025-05-09)
6
+
5
7
  ### [0.4.105](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.104...v0.4.105) (2025-05-09)
6
8
 
7
9
 
@@ -49,6 +49,7 @@ const useLocation = (onLocation?: (location: UserLocation) => void) => {
49
49
 
50
50
  const getLocation = async (force = false) => {
51
51
  // 如果不是force并且当前位置有值,则不刷新
52
+ console.log('currentLocation.value', currentLocation.value, force)
52
53
  if (!force && currentLocation.value) return
53
54
  if ((await checkLocationPermission()) !== false) {
54
55
  locationIng.value = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.105",
3
+ "version": "0.4.106",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],