chore: 初始化 VPSA DJS TV 看板

This commit is contained in:
yexingqiang
2026-06-08 17:13:37 +08:00
commit 4ba10c79b4
252 changed files with 190276 additions and 0 deletions

9
public/config.js Normal file
View File

@@ -0,0 +1,9 @@
window.dt_Config = {
serverAddress: 'http://124.93.112.237:10110/submit/MESCommonBase.ashx',
// serverAddress: 'http://192.168.0.110:8001/submit/MESCommonBase.ashx',
mqttIp: '124.93.112.237',
// mqttIp: '124.220.15.242',
deviceApiAddress: 'http://124.93.112.237:63722/api/i/Invoke',
mqttPort: '8083',
openMonitorUrl: 'http://127.0.0.1:1997'
}