style[环境监测模块 设施农业模块]:新增注释 feat[长势监测]:页面挂载前,当页面更新时,切换作物时的逻辑新增或优化

This commit is contained in:
2024-08-06 15:05:43 +08:00
parent 8fede07735
commit df8a4e7b98
267 changed files with 529 additions and 394 deletions

View File

@ -14,11 +14,10 @@ if (ipAddress && ipAddress.length > 1) {
window.serverAPI = {
// 标记
// baseUrl: "http://172.16.10.114:6902", //本地
baseUrl: "http://36.134.44.75:6901", //线上
// baseUrl: `${url}/prod-api/`, //金宏网
baseUrl: "http://172.16.10.114:6902", //本地 开发环境 生产环境一定要注释掉
// baseUrl: "http://36.134.44.75:6901", //测试 该服务已到期 生产环境一定要注释掉
// baseUrl: `${url}/prod-api/`, //金宏网 线上生产环境 2024 7 26 生产环境启用
// geoserver
// geoserverUrl: "http://36.134.44.75:8090/iserver/services",//外网
geoserverUrl: flag ? `${url}/iserver/services` : "http://27.223.102.23:9010/iserver/services", //外网