This commit is contained in:
XingCheng3
2026-05-22 12:58:06 +08:00
commit fffe77ec31
129 changed files with 66777 additions and 0 deletions

6
public/config.js Normal file
View File

@@ -0,0 +1,6 @@
window.dt_Config = {
// serverAddress: `http://192.168.43.124:20021/submit/MESCommonBase.ashx`
serverAddress: 'http://172.16.1.5:10000/submit/MESCommonBase.ashx',
// serverAddress: 'http://127.0.0.1:10260/submit/MESCommonBase.ashx',
carouselInterval: 1000 * 30,
}