Commit d799ccc4 by gxfeng

fix: 360渠道接口地址替换

parent 31069944
...@@ -60,7 +60,7 @@ var settings = { ...@@ -60,7 +60,7 @@ var settings = {
if (this.env == 'dev') { if (this.env == 'dev') {
return "http://180.163.239.98:38086/"; return "http://180.163.239.98:38086/";
} else { } else {
return "https://tobadminapi.e.360.cn/"; return "https://tobadmin.e.360.cn/";
} }
}, },
auth360Url: function () { auth360Url: function () {
......
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