Commit 5d80fc36 by v_vjyjiang

d

parent 3e6bedb5
......@@ -44,14 +44,14 @@ var settings = {
if (this.env == "dev") {
return "http://alitm.qifu-dev.gongsibao.com";
} else {
return "http://alitm.qifu-dev.gongsibao.com";
return "http://alitm.qifu.gongsibao.com";
}
},
qifutongUrl: function () {//---------center-channel
if (this.env == "dev") {
return "http://gsbweb.qifu-dev.gongsibao.com";
} else {
return "http://gsbweb.qifu-dev.gongsibao.com";
return "http://gsbweb.qifu.gongsibao.com";
}
},
pmappid: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment