Commit d1f9990e by 蒋勇

setttings dev url modi

parent 5263547b
...@@ -65,7 +65,7 @@ var settings = { ...@@ -65,7 +65,7 @@ var settings = {
}, },
tmtransactionurl: function () { tmtransactionurl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://tradestore.com:3004"; return "http://120.0.0.1:3004";
} else { } else {
return "http://center-tmtransaction-service.chaolai"; return "http://center-tmtransaction-service.chaolai";
} }
......
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