Agriculture-front-end/dist/config.js

8 lines
256 B
JavaScript
Raw Normal View History

2023-04-23 09:41:12 +08:00
window.serverAPI = {
2023-05-09 18:19:28 +08:00
baseUrl: "http://8.142.26.238:6900", //线上
// baseUrl: "http://192.168.2.46:8080", //本地
2023-04-23 09:41:12 +08:00
// geoserver
2023-04-28 16:00:04 +08:00
geoserverUrl: "http://121.36.229.60:9080/geoserver",
2023-04-23 09:41:12 +08:00
username: "admin",
password: 'geoserver',
}