Commit ad29838a by Sxy

fix: setting

parent 7ee10b71
...@@ -49,7 +49,7 @@ var settings = { ...@@ -49,7 +49,7 @@ var settings = {
}, },
icUrl: function () { icUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://127.0.0.1:8888"; return "http://ic.com:8000";
} else { } else {
return "http://icdeliver-service"; return "http://icdeliver-service";
} }
......
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