#
luxiaotao1123
2020-09-11 4a66f39dee2c5dc28cefe422833d4832fb5e7d3c
src/main/webapp/views/pipeline.html
@@ -147,7 +147,7 @@
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
                }  else {
                    alert(res.msg);
                    console.log(res.msg);
                }
            }
        });
@@ -182,7 +182,7 @@
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";
                }  else {
                    alert(res.msg);
                    console.log(res.msg);
                }
            }
        });