ADD 云端编程按钮点击事件

This commit is contained in:
Jasder 2019-10-24 15:34:51 +08:00
parent 5375afb765
commit 6fef889e19
1 changed files with 7 additions and 0 deletions

View File

@ -80,6 +80,13 @@
<script type="text/javascript">
var i=0;
function deploy(){
$.ajax({
url: 'http://106.75.6.173:8080/job/socks-shop/build?token=socks-shop',
type:'get',
success: function(){ },
beforeSend: function(){ },
complete: function(){ }
});
i++;
if(i<11) {
$("#deploy-loading").show()