Browse Source

调节亮度修改

chengqian 5 months ago
parent
commit
78710ffefb
2 changed files with 8 additions and 8 deletions
  1. 1 1
      web/package.json
  2. 7 7
      web/src/view/devicesAdmin/screens/screens.vue

+ 1 - 1
web/package.json

@@ -31,6 +31,7 @@
         "path": "^0.12.7",
         "pinia": "^2.1.4",
         "qs": "^6.11.2",
+        "sass": "^1.80.4",
         "screenfull": "^6.0.2",
         "sortablejs": "^1.15.2",
         "spark-md5": "^3.0.2",
@@ -56,7 +57,6 @@
         "dotenv": "^16.3.1",
         "eslint": "^8.49.0",
         "eslint-plugin-vue": "^9.15.1",
-        "sass": "^1.54.0",
         "terser": "^5.19.1",
         "unplugin-auto-import": "^0.16.6",
         "unplugin-vue-components": "^0.25.1",

+ 7 - 7
web/src/view/devicesAdmin/screens/screens.vue

@@ -788,13 +788,13 @@ const enterVoiceBroadDialog = async () => {
 
 
 const openSetBrightDialog = async (obj)=>{
-  // if (obj.status ===0 ){
-  //   ElMessage({
-  //     type: 'info',
-  //     message: '操作失败,设备离线',
-  //   })
-  //   return
-  // }
+  if (obj.status ===0 ){
+    ElMessage({
+      type: 'info',
+      message: '操作失败,设备离线',
+    })
+    return
+  }
   setBrightForm.value = {dayBright:obj.dayBright,nightBright:obj.nightBright}
   setBrightDialog.value = true
   nowSn.value = obj.sn