chore: 初始化合力差速器管理前端项目

This commit is contained in:
yexingqiang
2026-06-08 11:01:26 +08:00
commit 89c41bc3e2
856 changed files with 126736 additions and 0 deletions

10
static/config.js Normal file
View File

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