Agriculture-front-end/dist/config.js

8 lines
255 B
JavaScript
Raw Normal View History

2023-04-23 09:41:12 +08:00
window.serverAPI = {
2023-06-12 17:02:41 +08:00
baseUrl: "http://8.142.26.238:6901", //线上
// baseUrl: "http://192.168.2.46:8080", //本地
2023-04-23 09:41:12 +08:00
// geoserver
2023-06-08 09:27:01 +08:00
geoserverUrl: "http://36.134.44.75:9080/geoserver",
2023-04-23 09:41:12 +08:00
username: "admin",
password: 'geoserver',
}