|
// 本地电脑
window.config = {
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.config = {
// url: 'http://10.1.99.33:8083/rsglxt',
// routerPath: "http://10.1.99.33:8000/rsglxt",
// fileServiceURL: "http://10.1.12.96"
// }
// // 测试服务器
// window.config = {
// url: 'http://10.1.12.31:8083/rsglxt',
// routerPath: "http://10.1.12.31:8000/rsglxt",
// fileServiceURL: "http://10.1.12.96"
// }
// // yy用
window.config = {
url: 'http://192.168.168.46:8081/rsglxt',
routerPath: "http://192.168.46.49:8081/rsglxt",
}
|