其他页面制作,overlay点击事件方式冒泡

This commit is contained in:
2023-07-06 16:04:19 +08:00
parent b6792af6bb
commit 9bf53f6eb7
14 changed files with 3285 additions and 4524 deletions

View File

@ -1,9 +1,9 @@
window.serverAPI = {
// baseUrl: "http://8.142.26.238:6901", //线上
// baseUrl: "http://192.168.2.46:8080", //本地
baseUrl: "http://36.134.44.75:6901", //移动线上
baseUrl: "http://192.168.2.46:8080", //本地
// baseUrl: "http://36.134.44.75:6901", //移动线上
// geoserver
geoserverUrl: "http://36.134.44.75:8090/iserver/services",
username: "admin",
password: 'geoserver',
}
}