Shu_Ju_Wei_Hu_Ping_Tai/src/api/urlPatterns.js

32 lines
1.2 KiB
JavaScript

export const globalApi = {
// 本地测试
// BASE_URL: "http://192.168.10.109:8909", //测试 卢国栋
// GEOSERVER_URL: "http://192.168.10.109:8180",
// netBASE_URL: "http://221.2.83.254:9001", //.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://221.2.83.254:9006", // java
// BASE_URL : "http://192.168.10.106:8909",
GEOSERVER_URL:"http://221.2.83.254:9007", // geoserver
netBASE_URL: "http://221.2.83.254:9001", //.net
// netBASE_URL: "http://192.168.10.124:81", //.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
}