Commit 997373ef by Sxy

fix: bookUrl

parent 7ab0251c
...@@ -51,7 +51,7 @@ var settings = { ...@@ -51,7 +51,7 @@ var settings = {
if (this.env == "localhost") { if (this.env == "localhost") {
return "http://192.168.1.6:8889"; return "http://192.168.1.6:8889";
} else { } else {
return "http://icdeliver-service"; return "http://bookdeliver-service";
} }
}, },
logUrl: function () { logUrl: function () {
......
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