Commit c8c62653 by 王昆

gsb

parent 5fc68e73
......@@ -35,7 +35,7 @@ var settings = {
},
paasUrl: function () {
if (this.env == "dev") {
return "http://192.168.18.125:4001/";
return "http://192.168.18.237:4001/";
} else {
return "http://open.gongsibao.com/";
}
......@@ -50,8 +50,7 @@ var settings = {
},
indexPage: function() {
if(this.env == "dev") {
// return "http://localhost:8080";
return "https://xggpjb.gongsibao.com";
return "http://192.168.18.237:4001/";
} else {
return "https://xggpjb.gongsibao.com";
}
......
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