|
// // 本地电脑
// window.serverUrl = {
// url: 'http://192.168.0.6:8083/rsglxt',
// routerPath: "http://192.168.0.6:8000/rsglxt",
// fileServiceURL: "http://10.1.12.96",
// sysCode: "131452023"
// }
// // 授权电脑
// window.serverUrl = {
// url: 'http://10.1.99.33:8085/rsglxt',
// routerPath: "http://10.1.99.33:8085/rsglxt",
// fileServiceURL: "http://10.1.12.96",
// sysCode: "131452023"
// }
// 测试服务器
window.serverUrl = {
url: 'http://10.1.12.31:8083/rsglxt',
routerPath: "http://10.1.12.31:8000/rsglxt",
fileServiceURL: "http://10.1.12.96",
sysCode: "131452023"
}
// // // yy用
// window.config = {
// url: 'http://192.168.168.46:8081/rsglxt',
// routerPath: "http://192.168.46.49:8081/rsglxt"
// }
|