chore: initial commit

This commit is contained in:
XingCheng3
2026-05-29 09:33:59 +08:00
commit e64468e3db
155 changed files with 58132 additions and 0 deletions

11
public/config.js Normal file
View File

@@ -0,0 +1,11 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: 'MES/InstantMessaging/XD_GLKG/',
mqttPublishTopic: 'WEB/InstantMessaging/XD_GLKG/MisServer',
mqttIP: '127.0.0.1',
// mqttIP: '192.168.1.200',
mqttPortNumber: '8083',
baseURL: 'http://127.0.0.1:10040/submit/MESCommonBase.ashx',
// baseURL: 'http://192.168.1.200:10000/submit/MESCommonBase.ashx',
apiBaseURL: 'http://127.0.0.1:9982'
}