Commit 46b2b035 by 孙亚楠

dd

parent 2c11fc3b
......@@ -174,8 +174,8 @@ class System {
var domain = "http://39.107.234.14";
return {
// 公共服务
// common: domain + ":3102" + path,
common: "http://127.0.0.1:3102" + path,
common: domain + ":3102" + path,
// common: "http://127.0.0.1:3102" + path,
// 商户服务
merchant: domain + ":3101" + path,
......@@ -186,12 +186,12 @@ class System {
// order: "http://127.0.0.1:3103" + path,
// 发票服务
// invoice: domain2 + ":3105" + path,
invoice: "http://127.0.0.1:3105" + path,
invoice: domain2 + ":3105" + path,
// invoice: "http://127.0.0.1:3105" + path,
// 用户中心
// uc: domain + ":3106" + path ,
uc: "http://127.0.0.1:3106" + path,
uc: domain + ":3106" + path ,
// uc: "http://127.0.0.1:3106" + path,
}
} else {
var odomain = "http://123.57.217.203"
......
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