Commit 2fea004e authored by 喻天's avatar 喻天

fix: '增加节水网关过滤'

parent 74d30431
Pipeline #63722 passed with stages
...@@ -14,6 +14,7 @@ instanceRequest.transformRequestURL = function(url) { ...@@ -14,6 +14,7 @@ instanceRequest.transformRequestURL = function(url) {
'/CityInterface/rest/services.svc/GetConfig', '/CityInterface/rest/services.svc/GetConfig',
'/PandaOMS/OMS/HostManager/GetGateWay', '/PandaOMS/OMS/HostManager/GetGateWay',
'/PandaCore/Identity/AuthorizationToken', '/PandaCore/Identity/AuthorizationToken',
'/PandaEnergy/WaterSaving/download',
'/PandaOMS/OMS/WebSite/GetConfig', '/PandaOMS/OMS/WebSite/GetConfig',
]; ];
if (excludeURL.includes(url)) { if (excludeURL.includes(url)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment