wupengfei
昨天 08740aaf0861ee8c11a8bf6a97a1219f7d198043
packages/utils/location.ts
@@ -45,7 +45,7 @@
  }
  static async getLocationImp() {
    let geocoderRes = await this.getLocationByIp().catch(() => this.getLocationByIp());
    let geocoderRes = await this.getLocationByGeocoder().catch(() => this.getLocationByIp());
    console.log('geocoderRes: ', geocoderRes);
    return geocoderRes;