diff --git a/pages/API/get-location/get-location.uvue b/pages/API/get-location/get-location.uvue index 24bf03305fe8e680026e3ff48d9e3e1ddef6921a..a187d9ed781878afaf07796384af45f77d2f7019 100644 --- a/pages/API/get-location/get-location.uvue +++ b/pages/API/get-location/get-location.uvue @@ -159,16 +159,6 @@ uni.showLoading({ title: '定位中' }) - console.log("provider", this.providerList[this.currentProvider].id) - let locationProvider = this.providerList[this.currentProvider] - - if (locationProvider.provider?.isAppExist == false && 'tencent' == locationProvider.provider?.id) { - uni.showToast({ - title: '需要打自定义基座', - icon: "error" - }) - return - } uni.getLocation(({ provider: this.providerList[this.currentProvider].id, type: this.items[this.current].value,