Commit 7ee10b71 by Sxy

feat: 工商套餐

parent 3ab13579
...@@ -337,6 +337,7 @@ class BaiduHandler { ...@@ -337,6 +337,7 @@ class BaiduHandler {
} }
if (data.needsolution.bizType) { //产品编码 if (data.needsolution.bizType) { //产品编码
obj.businessType = data.needsolution.bizType;
if (data.needsolution.bizType == "icpsq") { if (data.needsolution.bizType == "icpsq") {
obj.businessType = "ICP"; obj.businessType = "ICP";
} }
......
...@@ -49,7 +49,7 @@ var settings = { ...@@ -49,7 +49,7 @@ var settings = {
}, },
icUrl: function () { icUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://ic.com:8000"; return "http://127.0.0.1:8888";
} else { } else {
return "http://icdeliver-service"; return "http://icdeliver-service";
} }
......
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