chore: 初始化平芝126kV隔离开关MES_Manage_View项目

This commit is contained in:
yexingqiang
2026-06-08 11:02:03 +08:00
commit bda7edd34e
859 changed files with 129674 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: 'WEB/InstantMessaging/PZ126/MisServer',
mqttIP: '127.0.0.1',
mqttPortNumber: '8083',
printTemplate: '126车间标准物料模板-20251018',
// baseURL: 'http://192.168.0.80:1060'
baseURL: 'http://127.0.0.1:10220'
}