t-comm
Version: 
专业、稳定、纯粹的工具库
20 lines (16 loc) • 695 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
// 定位flag,标记定位返回结果的类型
exports.LocationFlag = void 0;
(function (LocationFlag) {
  LocationFlag[LocationFlag["LocationSuccess"] = 1] = "LocationSuccess";
  LocationFlag[LocationFlag["LocationIpSuccess"] = 2] = "LocationIpSuccess";
  LocationFlag[LocationFlag["LocationFailed"] = 3] = "LocationFailed";
})(exports.LocationFlag || (exports.LocationFlag = {}));
var tencentMapConfig = {
  // 腾讯地图定位配置
  GEO_KEY: 'PBDBZ-NC5WP-KRBDR-LUV7Z-OKLOT-LVFQE',
  GEO_KEY_PLUS: '6APBZ-I6NCW-EH7RN-R3PJI-JSZA7-B6FMV',
  GEO_REFERER: 'tip'
};
exports.tencentMapConfig = tencentMapConfig;