chore: 初始化南京中车 APP

This commit is contained in:
yexingqiang
2026-06-08 17:22:44 +08:00
commit e705dfeab9
61 changed files with 25238 additions and 0 deletions

10
static/config.js Normal file
View File

@@ -0,0 +1,10 @@
// var url = `http://120.26.210.14:10021`
// var url = `http://192.168.40.11:8010`
// var url = 'http://localhost:8085'
// var url = `http://10.16.7.30:8010`
var url = 'http://124.220.15.242:9020'
// var url = `http://192.168.30.201:8010`
window.dt_Config = {
requestConfig: url + `/submit/MESCommonBase.ashx`,
mqttUrl: '10.16.7.30'
}