Ver Fonte

地址调整

Hwf há 2 dias atrás
pai
commit
b0406f5ea1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/disasterRiskMonitor/cityEmergencyEvent.vue

+ 1 - 1
src/views/disasterRiskMonitor/cityEmergencyEvent.vue

@@ -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",