ADD 云端编程按钮点击事件
This commit is contained in:
parent
5375afb765
commit
6fef889e19
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue