浏览代码

提交设备详情

wangming 3 周之前
父节点
当前提交
2c0bea88aa
共有 3 个文件被更改,包括 1 次插入82 次删除
  1. 0 74
      ppp.json
  2. 1 1
      src/pagesA/deviceDetail/deviceDetail.vue
  3. 0 7
      src/pagesA/devices/devices.vue

+ 0 - 74
ppp.json

@@ -1,74 +0,0 @@
-[
-    {
-        "fileId": "1970659142427049986",
-        "fileName": "LNRadar500M-V2.2.5.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250924/1c8147af8f9f436ab4d00211f448f067_LNRadar500M-V2.2.5.bin",
-        "createTime": "2025-09-24 09:18:47"
-    },
-    {
-        "fileId": "1965968157210169345",
-        "fileName": "LNRadar500M-V2.2.4.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250911/92764551d2df499499b12e9a32b784b5_LNRadar500M-V2.2.4.bin",
-        "createTime": "2025-09-11 10:38:29"
-    },
-    {
-        "fileId": "1965966601240825858",
-        "fileName": "LNRadar500M-V2.2.4.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250911/d8ff977f5fdb476799c53cf9bcd76c8f_LNRadar500M-V2.2.4.bin",
-        "createTime": "2025-09-11 10:32:18"
-    },
-    {
-        "fileId": "1965966216807698433",
-        "fileName": "LNRadar500M-V2.2.4.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250911/20cdef4495e844e7b89d588b505b7e33_LNRadar500M-V2.2.4.bin",
-        "createTime": "2025-09-11 10:30:46"
-    },
-    {
-        "fileId": "1965597184728240129",
-        "fileName": "LNRadar500M-V2.2.4.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250910/a1c3f82e8b72469cbd4cbf586f6c5ef4_LNRadar500M-V2.2.4.bin",
-        "createTime": "2025-09-10 10:04:22"
-    },
-    {
-        "fileId": "1963785469820727298",
-        "fileName": "LNRadar500M-V2.2.2.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250905/da6d87a251b04654be465850e760d53a_LNRadar500M-V2.2.2.bin",
-        "createTime": "2025-09-05 10:05:16"
-    },
-    {
-        "fileId": "1963551893992828929",
-        "fileName": "LNRadar500M-V2.2.2.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250904/2f3a4b8f31e243728cfefea7ac0920b8_LNRadar500M-V2.2.2.bin",
-        "createTime": "2025-09-04 18:37:07"
-    },
-    {
-        "fileId": "1962391807513706498",
-        "fileName": "LNRadar500M-V2.2.1.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250901/f86b9df22c0547ec9ee524f497edc173_LNRadar500M-V2.2.1.bin",
-        "createTime": "2025-09-01 13:47:21"
-    },
-    {
-        "fileId": "1962390646035431426",
-        "fileName": "LNRadar500M-V2.1.1.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250901/09622c43b6e2414c98b51694945e24f7_LNRadar500M-V2.1.1.bin",
-        "createTime": "2025-09-01 13:42:44"
-    },
-    {
-        "fileId": "1961227753139019778",
-        "fileName": "LNRadar500M-V2.2.0.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250829/6de6e635c593487a948cc9e9fcf840cf_LNRadar500M-V2.2.0.bin",
-        "createTime": "2025-08-29 08:41:48"
-    },
-    {
-        "fileId": "1960609476645822465",
-        "fileName": "LNRadar500M-V2.1.4-RPM.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250827/719f300351194bc3b9b33f05f23efde0_LNRadar500M-V2.1.4-RPM.bin",
-        "createTime": "2025-08-27 15:45:00"
-    },
-    {
-        "fileId": "1950861541545598977",
-        "fileName": "LNRadar500M-V2.1.2.bin",
-        "ossUrl": "http://hflnxx.oss-cn-shanghai.aliyuncs.com/ota/20250731/6f52e879ab9d4e43b72f5a9aab7c7825_LNRadar500M-V2.1.2.bin",
-        "createTime": "2025-07-31 18:10:11"
-    }
-]

+ 1 - 1
src/pagesA/deviceDetail/deviceDetail.vue

@@ -1059,7 +1059,7 @@ export default {
                 );
                 if (dataMatch && dataMatch[1] === this.clientId) {
                     const dataMessage = JSON.parse(message.toString());
-                    console.log(dataMessage.falling, "dataMessage");
+                    // console.log(dataMessage.falling, "dataMessage");
                     if (dataMessage.falling == 1) {
                         this.falling = dataMessage.falling;
                         this.lnbAction = "actionWarn";

+ 0 - 7
src/pagesA/devices/devices.vue

@@ -206,13 +206,6 @@ export default {
                                     item.presenceChangeTime = format(
                                         new Date(messageObj.timestamp * 1000)
                                     );
-                                    console.log(
-                                        "presence_change",
-                                        item,
-                                        item.clientId,
-                                        item.existFlag,
-                                        item.presenceChangeTime
-                                    );
                                 }
                             });
                         }