虞城12345_前端

huayi.config.js 450B

1234567891011121314
  1. if (huayi == undefined) {
  2. var huayi = {};
  3. }
  4. huayi.config = {
  5. callcenter_url: "http://192.168.4.18:4030/",//测试环境
  6. // callcenter_url: "http://47.105.70.190:8889/",//生产环境
  7. // socket_ip: "192.168.5.8",//ip
  8. socket_ip: "192.168.4.3",//ip
  9. socket_port: "8081",//端口
  10. menuworktime: 30000000,//菜单工单数量刷新间隔
  11. indextime: 30000000,//首页报表刷新间隔
  12. headurl: "/comment/ComHeader.html"
  13. };