Commit 1a6aec8a by 王昆

gsb

parent c7453de0
...@@ -183,10 +183,10 @@ class System { ...@@ -183,10 +183,10 @@ class System {
// 订单服务 // 订单服务
// order: domain2 + ":3103" + path, // order: domain2 + ":3103" + path,
order: "http://127.0.0.1:3103" + path, order: domain2 + path,
// 发票服务 // 发票服务
invoice: domain + ":3105" + path, invoice: domain2 + ":3105" + path,
// invoice: "http://127.0.0.1:3105" + path, // invoice: "http://127.0.0.1:3105" + path,
// 发票服务 // 发票服务
......
...@@ -91,7 +91,7 @@ var settings = { ...@@ -91,7 +91,7 @@ var settings = {
domain_page = "https://nt.gongsibao.com"; domain_page = "https://nt.gongsibao.com";
} else { } else {
domain = "https://nga-api.gongsibao.com"; domain = "https://nga-api.gongsibao.com";
domain_page = "https://nga.gongsibao.com"; domain_page = "https://ali-saas.gongsibao.com";
} }
return { return {
......
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