商丘12345 前端

huayi.config.js 419B

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