chore: 初始化合力驱动桥管理前端项目

This commit is contained in:
yexingqiang
2026-05-29 13:50:03 +08:00
commit 49fbfaee97
847 changed files with 124045 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.210',
mqttPortNumber: '8083',
printTemplate: 'BQFT_BarCode_001',
// baseURL: 'http://192.168.0.210:10050'
baseURL: 'http://127.0.0.1:10020'
}