From df3fab43d7a74a29fe16277136eb3919fae40881 Mon Sep 17 00:00:00 2001 From: autosubmit Date: Fri, 1 Mar 2024 21:30:35 +0800 Subject: [PATCH] Auto Submit --- location.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 });