Browse Source

基站修改通道名

locky 3 months ago
parent
commit
4c8dfd2a93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/EquipmentManagerV3.py

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -159,7 +159,7 @@ class EquipmentManagerV3(View):
             else:
                 device_info_qs.delete()
 
-        dvr_type_list = [1, 2, 3, 4, 10001]
+        dvr_type_list = [1, 2, 3, 4, 300, 10001]
         View_Password = '' if Type in dvr_type_list else 'admin'
 
         id = CommonService.getUserID(getUser=False)