chore: initial commit

This commit is contained in:
XingCheng3
2026-05-29 09:33:55 +08:00
commit 1edef20088
868 changed files with 129059 additions and 0 deletions

21
static/config.js Normal file
View File

@@ -0,0 +1,21 @@
// const baseIP = 'http://10.112.111.11'
const baseIP = 'http://127.0.0.1'
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/PF25/',
mqttPublishTopic: 'MesPrint',
mqttIP: baseIP,
mqttPortNumber: '8083',
printTemplate: 'BQFT_BarCode_001',
webAPIURL: `${baseIP}:9982`,
baseURL: `${baseIP}:10040`,
SideBarAddName:'大屏看板',
SideBarAdd:[
{
title:'大屏看板',
icon:'InterfaceModuleMaintenance',
URL: `${baseIP}:10006`,
target: '_blank', // _blank 新窗口打开 _self 当前窗口打开 _parent 父窗口打开 _top 顶级窗口打开
}
]
}