Commit c8ec1a44 by 孙亚楠

dd

parent a1bf136b
...@@ -183,11 +183,11 @@ class System { ...@@ -183,11 +183,11 @@ class System {
// 订单服务 // 订单服务
order: domain2 + ":3103" + path, order: domain2 + ":3103" + path,
// order: "http://127.0.0.1:3103" + path, // order: domain + ":3103" + path,
// 发票服务 // 发票服务
invoice: domain2 + ":3105" + path, // invoice: domain2 + ":3105" + path,
// invoice: "http://127.0.0.1:3105" + path, invoice: domain + ":3105" + path,
// 用户中心 // 用户中心
uc: domain + ":3106" + path , uc: domain + ":3106" + 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