wangguoyu 2 月之前
父节点
当前提交
4d928cd258
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/customMap/customMap.vue

+ 1 - 1
components/customMap/customMap.vue

@@ -228,7 +228,7 @@
 
 	function getCityName(latitude, longitude) {
 		const Key = `KBYBZ-FS3KZ-U2FXR-7VPDX-L7J46-23F55`
-		//const url = `https://apis.map.qq.com/ws/geocoder/v1/?location=${latitude},${longitude}&key=${Key}`;
+		const url = `https://apis.map.qq.com/ws/geocoder/v1/?location=${latitude},${longitude}&key=${Key}`;
 		//const url = `https://apis.map.qq.com/ws/geocoder/v1/`;
 		// #ifdef H5
 		jsonp(url, {}).then(res => {