config.js 593 B

12345678910111213141516171819202122232425
  1. /*
  2. * @Description:
  3. * @Author: zhuxiaobo
  4. * @Mail: zhuxb.gm@gmail.com
  5. * @Date: 2020-08-11 11:57:46
  6. * @LastEditTime: 2021-04-19 16:24:54
  7. * @LastEditors: zhuxiaobo
  8. */
  9. window.g = {
  10. // wshost: 'ws://39.106.93.207:8888/websocket',
  11. wshost: 'ws://localhost:8080/websocket/',
  12. remoteWshost: 'ws://localhost:8080/websocket/',
  13. aiServer: 'https://risserver3.pacsonline.cn/image/node?type=1',
  14. pacsserver: [
  15. {
  16. name: 'ts',
  17. host: '/tspacs'
  18. },
  19. {
  20. name: 'server2',
  21. host: 'http://127.0.0.1:8080'
  22. }
  23. ],
  24. printserver: 'localpacs'
  25. }