| 123456789101112 |
- if (huayi == undefined) {
- var huayi = {};
- }
- huayi.config = {
- //callcenter_url: "http://192.168.4.18:4010/",//生产环境
- //callcenter_url: "http://222.89.245.66:8819/",//曝光台有数据
- callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
- //callcenter_url: "http://localhost:63662/",//测试环境
- headurl: "/comment/ComHeader.html",
- footurl:"/comment/ComFooter.html"
- };
|