Commit 2ead0563 by 兰国旗

laolan

parent 994a3fc8
...@@ -199,7 +199,7 @@ class UtilsNeedService2 extends AppServiceBase { ...@@ -199,7 +199,7 @@ class UtilsNeedService2 extends AppServiceBase {
console.log('ename--res--',res) console.log('ename--res--',res)
//判断易名是否有写接口 //判断易名是否有写接口
// let enameFollowContent = []; // let enameFollowContent = [];
if(res && res.stdout && res.stdout.indexOf('<html>') > -1 && res.stdout.indexOf('</html>') > -1 && res.stdout.indexOf('nginx') > -1 ){//先判断没有写接口的情况 if(res && res.stdout == ""){//先判断没有写接口的情况
if(result && result.status == 0 && result.data){ if(result && result.status == 0 && result.data){
if(result.data.followContent[0].indexOf('提交方案') > -1){ if(result.data.followContent[0].indexOf('提交方案') > -1){
result.data.followContent.splice(result.data.followContent[0].indexOf('提交方案'),1); result.data.followContent.splice(result.data.followContent[0].indexOf('提交方案'),1);
......
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