zhengyiming
12 小时以前 3c4fc83635a16da91f90d1fae5a50e5cb67645d6
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;