You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
548 B
16 lines
548 B
window.publicConfig = {
|
|
// 请求地址
|
|
// BASE_API:'http:/10.97.121.2/api',
|
|
// WS_URL_TY: 'ws://10.97.121.2/ty',
|
|
// WS_URL_WH: 'ws://10.97.121.2/wh',
|
|
// WS_URL_ZL: 'ws://10.97.121.2/zl'
|
|
BASE_API:'http://61.144.224.21:8443/api',
|
|
HOSTURL:'http://61.144.224.21',
|
|
EVTZL:"http://61.144.224.21/evtzl",
|
|
EVTWH: 'http://61.144.224.21/evtwh',
|
|
EVTTY: 'http://61.144.224.21/evtty',
|
|
// socket url
|
|
WS_URL_TY: 'ws://61.144.224.21:8443/ty',
|
|
WS_URL_WH: 'ws://61.144.224.21:8443/wh',
|
|
WS_URL_ZL: 'ws://61.144.224.21:8443/zl'
|
|
}
|