system-phone 3.0.49-48 → 3.0.49-49

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": "system-phone",
3
- "version": "3.0.49-48",
3
+ "version": "3.0.49-49",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -346,6 +346,7 @@ export default {
346
346
  const res = HostApp.isLocationEnabled()
347
347
  if (res.code == 200 && res.data == false){
348
348
  await this.$showMessage('检测到定位未开启,请开启定位!', ['confirm'])
349
+ return
349
350
  }
350
351
  this.$goto('nav-bottom')
351
352
  } catch (e) {