Commit f53a1cb1 by 王昆

Merge branch 'bpo-admin' of gitlab.gongsibao.com:jiangyong/zhichan into bpo-admin

parents 83a158be 728dfbbb
......@@ -285,13 +285,12 @@ class System {
static callApiUrl() {
var path = "/api/operator/laoActionApi/workLoadPage2";
if (settings.env == "dev") {
var domain = "http://127.0.0.1";
return {
urls: domain + ":3006" + path,
urls: "http://127.0.0.1:3006" + path,
}
} else {
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