Commit bdf8c1be by 庄冰

settings

parent b147b883
...@@ -29,7 +29,7 @@ var settings = { ...@@ -29,7 +29,7 @@ var settings = {
}, },
centerAppUrl: function () { centerAppUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.32:4010/"; return "http://centerapp.apps.com:4010/";
} else { } else {
return "https://centerapp/"; return "https://centerapp/";
} }
......
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