chore: 初始化平芝126KV断路器线 OP 前端

This commit is contained in:
yexingqiang
2026-06-08 17:19:35 +08:00
commit 758b722e98
126 changed files with 25376 additions and 0 deletions

12
public/config.js Normal file
View File

@@ -0,0 +1,12 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/PZ126/',
mqttPublishTopic: 'WEB/InstantMessaging/PZ126/MisServer',
mqttIP: '127.0.0.1',
// mqttIP: '192.168.0.100',
mqttPortNumber: '8083',
// baseURL: 'http://192.168.31.1:10000/submit/MESCommonBase.ashx',
baseURL: 'http://127.0.0.1:10210/submit/MESCommonBase.ashx',
// agvApi: 'http://192.168.31.1:9951/api/imes/MES_To_AGV_From_WEB'
agvApi: 'http://127.0.0.1:9951/api/imes/MES_To_AGV_From_WEB_Test'
}