From 7c3c82d429f86358142adceb080e8922f6a18aa0 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 12 八月 2024 22:43:33 +0800 Subject: [PATCH] 设备信息管理模块 --- common/dataMonitorDeviceType.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/dataMonitorDeviceType.js b/common/dataMonitorDeviceType.js index aee97bd..5f122fb 100644 --- a/common/dataMonitorDeviceType.js +++ b/common/dataMonitorDeviceType.js @@ -54,7 +54,7 @@ case '6': return vocDeviceType; default: - return dustDeviceTypebreak; + return dustDeviceType; } } -- Gitblit v1.9.3