Agriculture-front-end/public/config.js
2023-06-12 17:02:41 +08:00

8 lines
255 B
JavaScript

window.serverAPI = {
baseUrl: "http://8.142.26.238:6901", //线上
// baseUrl: "http://192.168.2.46:8080", //本地
// geoserver
geoserverUrl: "http://36.134.44.75:9080/geoserver",
username: "admin",
password: 'geoserver',
}