Commit c8c62653 by 王昆

gsb

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