init: CATL电池线MES Web管理端首次入库

This commit is contained in:
XingCheng3
2026-06-08 17:11:56 +08:00
commit 0218fd46dd
876 changed files with 154052 additions and 0 deletions

12
static/config.js Normal file
View File

@@ -0,0 +1,12 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/CATL/',
mqttPublishTopic: 'MesPrint',
mqttIP: '192.168.10.3',
mqttPortNumber: '8083',
printTemplate: 'BQFT_BarCode_001',
charDataUrl: 'http://192.168.10.3:9984',
baseURL: 'http://192.168.10.3:10000',
// baseURL: 'http://127.0.0.1:10170'
// baseURL: 'http://127.0.0.1:20021'
}