chore: 初始化解放动力大柴管理前端项目

This commit is contained in:
yexingqiang
2026-05-29 13:52:53 +08:00
commit 3cd2d316a4
870 changed files with 131602 additions and 0 deletions

11
static/config.js Normal file
View File

@@ -0,0 +1,11 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/PF25/',
mqttPublishTopic: 'MesPrint',
mqttIP: '10.227.246.200',
mqttPortNumber: '8083',
printTemplate: 'BQFT_BarCode_001',
// baseURL: 'http://10.81.128.42:8011'
baseURL: 'http://10.81.128.42:10000'
// baseURL: 'http://localhost:57966'
}