From ba616e9307681da4781b7610ec3c27721d793379 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 18 九月 2024 12:13:37 +0800
Subject: [PATCH] 添加mqtt通讯
---
common/loadshget.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/loadshget.js b/common/loadshget.js
index 4e87c81..316ae41 100644
--- a/common/loadshget.js
+++ b/common/loadshget.js
@@ -2,6 +2,6 @@
export default function lget(data, item) {
let res = get(data, item)
- return res == null ? "" :res
+ return res == null ? "--" :res
}
--
Gitblit v1.9.3