Commit b9e3070d by 王昆

gsb

parent 53fe2603
......@@ -166,6 +166,7 @@ class System {
}
static microsetting() {
console.log(settings.env, "-------------- microsetting env ------------------");
var path = "/api/op/action/springboard";
if (settings.env == "dev") {
var domain = "http://192.168.18.237";
......@@ -180,7 +181,7 @@ class System {
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
order: domain +":3103" + path,
order: domain + ":3103" + path,
// order: "http://127.0.0.1:3103" + path,
// 发票服务
......
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