#
luxiaotao1123
2020-09-18 a3c99f39f98f5fd1ced3f8b84d0789160c8d72ed
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);
                }
            }
        });