説明なし

huayi.config.js 744B

123456789101112131415161718
  1. if (huayi == undefined) {
  2. var huayi = {};
  3. }
  4. huayi.config = {
  5. callcenter_url: "http://101.200.123.179:8889/",//生产环境
  6. //callcenter_url: "http://192.168.4.18:4673/",//生产环境
  7. //callcenter_url: "http://101.200.123.179:8889/",//生产环境
  8. //callcenter_url: "http://121.196.219.217:8040/",//生产环境
  9. //callcenter_data: "http://192.168.4.18:4032/",//市县选择
  10. //callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
  11. //callcenter_url: "http://localhost:63662/"//测试环境
  12. //socket_ip: "192.168.5.8",//ip
  13. socket_ip: "192.168.4.3",//ip
  14. socket_port: "8081",//端口
  15. menuworktime: 30000,//菜单工单数量刷新间隔
  16. indextime: 1000*60*30//首页报表刷新间隔
  17. };