7 lines
272 B
JavaScript
7 lines
272 B
JavaScript
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,
|
|
}
|