|
@@ -41,11 +41,11 @@ public class InterceptorConfig implements WebMvcConfigurer {
|
|
|
.excludePathPatterns("/itemGroup/uploadModBusModel")
|
|
|
//针对大屏界面放行的请求
|
|
|
.excludePathPatterns("/mainRun/getMainRunPage")
|
|
|
- .excludePathPatterns("/mainRun/getMainRunById")
|
|
|
+ .excludePathPatterns("/mainRun/getMainRunDataById")
|
|
|
.excludePathPatterns("/deviceRun/getDeviceRunPage")
|
|
|
- .excludePathPatterns("/deviceRun/getDeviceRunById")
|
|
|
+ .excludePathPatterns("/deviceRun/getDeviceRunDataById")
|
|
|
.excludePathPatterns("/trafficChart/getTrafficChartPage")
|
|
|
- .excludePathPatterns("/trafficChart/getTrafficChartById")
|
|
|
+ .excludePathPatterns("/trafficChart/getTrafficChartDataById")
|
|
|
.excludePathPatterns("/deviceLedger/getDeviceDirectoryLevel")
|
|
|
.excludePathPatterns("/deviceLedger/getDeviceDirectoryAlarm")
|
|
|
.excludePathPatterns("/deviceLedger/getDeviceLedgerById")
|