14 lines
445 B
JavaScript
14 lines
445 B
JavaScript
// window.ConnectConfig = {
|
|
// // url: 'http://127.0.0.1:10240',
|
|
// url2: 'http://127.0.0.1:10280',
|
|
// requestConfig: `/submit/MESCommonBase.ashx`,
|
|
// zonePageInterval: 10000,
|
|
// iframeUrl: 'http://127.0.0.1:10008'
|
|
// }
|
|
window.ConnectConfig = {
|
|
// url: 'http://127.0.0.1:10240',
|
|
url2: 'https://192.168.2.92:10101',
|
|
requestConfig: `/submit/MESCommonBase.ashx`,
|
|
zonePageInterval: 10000,
|
|
iframeUrl: 'http://192.168.2.92:10008'
|
|
} |