信创手机端

config.js 771B

1234567891011121314151617181920212223242526272829
  1. // // 本地电脑
  2. // window.serverUrl = {
  3. // url: 'http://192.168.0.6:8083/rsglxt',
  4. // routerPath: "http://192.168.0.6:8000/rsglxt",
  5. // fileServiceURL: "http://10.1.12.96",
  6. // sysCode: "131452023"
  7. // }
  8. // // 授权电脑
  9. // window.serverUrl = {
  10. // url: 'http://10.1.99.33:8085/rsglxt',
  11. // routerPath: "http://10.1.99.33:8085/rsglxt",
  12. // fileServiceURL: "http://10.1.12.96",
  13. // sysCode: "131452023"
  14. // }
  15. // 测试服务器
  16. window.serverUrl = {
  17. url: 'http://10.1.12.31:8083/rsglxt',
  18. routerPath: "http://10.1.12.31:8000/rsglxt",
  19. fileServiceURL: "http://10.1.12.96",
  20. sysCode: "131452023"
  21. }
  22. // // // yy用
  23. // window.config = {
  24. // url: 'http://192.168.168.46:8081/rsglxt',
  25. // routerPath: "http://192.168.46.49:8081/rsglxt"
  26. // }