This commit is contained in:
2025-04-29 16:49:03 +08:00
parent 9d7207c544
commit 745cf71b5f

View File

@@ -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) {