| | |
| | | config.data.devId = sessionStorage.getItem("cameraDevId") |
| | | } |
| | | |
| | | if (config.url === "/saas/api-s/cameraTimerule/save") { |
| | | config.data.devId = sessionStorage.getItem("cameraDevId") |
| | | } |
| | | |
| | | if (config.url === "/saas/api-s/camera/rule/save") { |
| | | config.data.devId = sessionStorage.getItem("cameraDevId") |
| | | } |
| | | |
| | | if (config.url === "/saas/api-s/camera/rule/findByCameraId") { |
| | | config.data.devId = sessionStorage.getItem("cameraDevId") |
| | | } |
| | | |
| | | //后门 |
| | | if (config.url === "/saas/api-d/device/userClusterInfo") { |
| | | config.data.clusterId = "" |