Commit 73188ce9 by 宋毅

tj

parent c57e19ab
...@@ -4,7 +4,7 @@ class TmToolsAPI extends APIBase { ...@@ -4,7 +4,7 @@ class TmToolsAPI extends APIBase {
constructor() { constructor() {
super(); super();
this.toolSve = system.getObject("service.trademark.toolSve"); this.toolSve = system.getObject("service.trademark.toolSve");
this.toolApi = system.getObject("api.tool.toolApi"); // this.toolApi = system.getObject("api.tool.toolApi");
} }
/** /**
* 接口跳转-POST请求 * 接口跳转-POST请求
......
...@@ -27,7 +27,7 @@ var settings = { ...@@ -27,7 +27,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://p.apps.com:4001/"; return "http://p.apps.com:4001/";
} else { } else {
return "http://paas/"; return "https://paas/";
} }
}, },
reqEsAddr: function () { reqEsAddr: 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