|
@@ -166,7 +166,7 @@ const handleClickItem = (row) => {
|
|
|
map.setZoom(16);
|
|
|
};
|
|
|
const getSearch = async() => {
|
|
|
- const url = `http://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(JSON.stringify({
|
|
|
+ const url = `https://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(JSON.stringify({
|
|
|
keyWord: keywords.value,
|
|
|
level: '18',
|
|
|
mapBound: "73.33,8.33,135.08,53.55",
|