export const globalApi = { // 本地测试 // BASE_URL: "http://192.168.10.116:8909", //测试 卢国栋 // GEOSERVER_URL: "http://192.168.10.116:8909", // netBASE_URL: "https://py.hopetrytech.com:7001", //测试.net // 测试服务器 // BASE_URL: "http://123.132.248.154:9217", //测试 服务器 // GEOSERVER_URL:"http://123.132.248.154:9205", // netBASE_URL: "http://123.132.248.154:9224", //测试.net // 1240 测试服务器 BASE_URL: "http://123.132.248.154:9236", //测试 服务器 GEOSERVER_URL:"http://123.132.248.154:9235", netBASE_URL: "http://123.132.248.154:9231", //测试.net //正式环境 // BASE_URL: "http://223.99.16.253:9006", // java // GEOSERVER_URL:"http://223.99.16.253:9007", // geoserver // netBASE_URL: "http://223.99.16.253:9001", //.net // BASE_URL: "https://fx.hopetrytech.com:7006/", // java // GEOSERVER_URL:"https://fx.hopetrytech.com:7005", // geoserver // netBASE_URL: "https://py.hopetrytech.com:7001", //.net }