From 745cf71b5f9f39f6cf1e8be5b44d6c449ff1598c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Tue, 29 Apr 2025 16:49:03 +0800 Subject: [PATCH] 1 --- src/utils/mqtt/emqxUtil.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/mqtt/emqxUtil.js b/src/utils/mqtt/emqxUtil.js index 721c4e7..1dfc076 100644 --- a/src/utils/mqtt/emqxUtil.js +++ b/src/utils/mqtt/emqxUtil.js @@ -53,6 +53,12 @@ export const GP12Topic = { SiteComLabelCode: title + '/gp12/SiteComLabelCode', } +// 后道-topic +export const BackEndTopic = { + // 后道标签扫码 + SiteComLabelCode: title + '/backEnd/SiteComLabelCode', +} + export function createClient(clientId = null) { let _options = options if (clientId !== null) {