民权县12345_前端

huayi.config.js 484B

123456789101112
  1. if (huayi == undefined) {
  2. var huayi = {};
  3. }
  4. huayi.config = {
  5. //callcenter_url: "http://123.13.224.144:8889/",//生产环境
  6. callcenter_url: "http://192.168.4.18:4030/",//测试环境
  7. //callcenter_url: "http://222.89.245.66:8819/",//曝光台有数据
  8. //callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
  9. //callcenter_url: "http://localhost:63662/",//测试环境
  10. headurl: "/comment/ComHeader.html",
  11. footurl:"/comment/ComFooter.html"
  12. };