This commit is contained in:
2023-06-06 10:46:36 +08:00
parent 44bdc44559
commit baf444b013
279 changed files with 15825 additions and 2763 deletions

View File

@ -1,8 +1,8 @@
window.serverAPI = {
baseUrl: "http://8.142.26.238:6901", //线上
// baseUrl: "http://192.168.2.46:8080", //本地
// baseUrl: "http://8.142.26.238:6901", //线上
baseUrl: "http://192.168.2.46:8080", //本地
// geoserver
geoserverUrl: "http://121.36.229.60:9080/geoserver",
geoserverUrl: "http://139.199.98.175:9080/geoserver",
username: "admin",
password: 'geoserver',
}