Commit 728dfbbb by zhaoxiqing

gsb

parent 9979471c
...@@ -285,13 +285,12 @@ class System { ...@@ -285,13 +285,12 @@ class System {
static callApiUrl() { static callApiUrl() {
var path = "/api/operator/laoActionApi/workLoadPage2"; var path = "/api/operator/laoActionApi/workLoadPage2";
if (settings.env == "dev") { if (settings.env == "dev") {
var domain = "http://127.0.0.1";
return { return {
urls: domain + ":3006" + path, urls: "http://127.0.0.1:3006" + path,
} }
} else { } else {
return { return {
urls: "laowubao-service" + path, urls: "https://xinbiguo.gongsibao.com" + 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