Add HL MES manager with AI assistant service

This commit is contained in:
2026-05-25 18:28:10 +08:00
commit 35f11c095d
881 changed files with 172675 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/PF25/',
mqttPublishTopic: 'MesPrint',
mqttIP: '192.168.0.12',
mqttPortNumber: '8083',
printTemplate: 'BQFT_BarCode_001',
aiMcpURL: 'http://127.0.0.1:8787',
// baseURL: 'http://192.168.0.12:10100'
baseURL: 'http://127.0.0.1:10100'
}