wupengfei
12 小时以前 75ad2eb9984bac7705b337706efaf6e5dd7091ce
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;