Commit b48b29c9 by 王昆

gb

parent d729282f
...@@ -192,9 +192,9 @@ class System { ...@@ -192,9 +192,9 @@ class System {
var odomain = "http://123.57.217.203" var odomain = "http://123.57.217.203"
return { return {
common: "xggsvecommon-service" + path, common: "xggsvecommon-service" + path,
merchant: "xggsveinvoice-service" + path, merchant: "xggsvemerchant-service" + path,
order: "xggsvemerchant-service" + path, order: "xggsveorder-service" + path,
invoice: "xggsveorder-service" + path, invoice: "xggsveinvoice-service" + 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