|
@@ -25,25 +25,25 @@ public class MessageConfig {
|
|
|
/**
|
|
|
* 水源告警消息跳转链接
|
|
|
*/
|
|
|
- @Value("${message.water.source.skip.url:http://114.135.61.186:21020/productionmanage/warnDetail}")
|
|
|
+ @Value("${message.water.source.skip.url:/productionmanage/warnDetail}")
|
|
|
private String waterSourceSkipUrl;
|
|
|
|
|
|
/**
|
|
|
* 水厂告警消息跳转链接
|
|
|
*/
|
|
|
- @Value("${message.water.works.skip.url:http://114.135.61.186:21020/productionmanage/warnDetail}")
|
|
|
+ @Value("${message.water.works.skip.url:/productionmanage/warnDetail}")
|
|
|
private String waterWorksSkipUrl;
|
|
|
|
|
|
/**
|
|
|
* 泵站告警消息跳转链接
|
|
|
*/
|
|
|
- @Value("${message.pumping.station.skip.url:http://114.135.61.186:21020/secondwatersupply/warnDetail}")
|
|
|
+ @Value("${message.pumping.station.skip.url:/secondwatersupply/warnDetail}")
|
|
|
private String pumpingStationSkipUrl;
|
|
|
|
|
|
/**
|
|
|
* 管网告警消息跳转链接
|
|
|
*/
|
|
|
- @Value("${message.pipe.network.skip.url:http://114.135.61.186:21020/gwmangement/warnDetail}")
|
|
|
+ @Value("${message.pipe.network.skip.url:/gwmangement/warnDetail}")
|
|
|
private String pipeNetworkSkipUrl;
|
|
|
|
|
|
/**
|