diff --git a/location.html b/location.html index 625f36fb9c..1638b42d35 100644 --- a/location.html +++ b/location.html @@ -217,9 +217,9 @@ document.cookie = `${bb[1]}; ; expires=Session;domain=.educoder.net; path=/`; var xhr = new window.XMLHttpRequest(); // 创建新的XHR对象 //测试环境 - let api = 'https://test-data.educoder.net'; + // let api = 'https://test-data.educoder.net'; //正式环境 - // let api = 'https://data.educoder.net'; + let api = 'https://data.educoder.net'; var map = new AMap.Map('container', { resizeEnable: true });