17 lines
602 B
JavaScript
17 lines
602 B
JavaScript
|
|
window.dt_Config = {
|
|
// serverAddress: 'http://127.0.0.1:10056/submit/MESCommonBase.ashx'
|
|
serverAddress: 'http://124.220.15.242:9020/submit/MESCommonBase.ashx',
|
|
// serverAddress: 'http://10.16.7.30:8010/submit/MESCommonBase.ashx',
|
|
// serverAddress: 'http://10.16.7.30:8020/submit/MESCommonBase.ashx', // 假数据
|
|
// scrDt: 'http://10.22.20.9:8970/#/',
|
|
// src: 'http://localhost:8301',
|
|
// src1: 'http://localhost:8302',
|
|
// src2: 'http://localhost:8303'
|
|
scrDt: 'http://10.22.20.9:80',
|
|
src: '34',
|
|
src1: '38',
|
|
src2: '51',
|
|
servicePlc_1_url: 'http://10.22.20.9:41186/api/PLC1'
|
|
}
|