ZZJ
2022-07-15 5c0c6ad7ac6f28e970532af9936de638830f1161
src/scripts/httpRequest.ts
@@ -33,6 +33,11 @@
      if(config.url === '/saas/api-s/camera/rule/getLinkRulesByCameraIds') {
         config.data.devId = sessionStorage.getItem('cameraDevId')
      }
      //后门
      if(config.url === '/saas/api-d/device/userClusterInfo') {
         config.data.clusterId = ''
      }
     
    }