|
|
|
|
@ -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
|
|
|
|
|
});
|
|
|
|
|
|