<script>
$(function(){
$("#login").on('클릭',function(이벤트){
$.ajax ({
유형:"POST",
url:"{:url('checkLogin')}",//地址
data:$("form").serialize(),
dataType:"json",
성공 :기능(데이터){
if(data.$status === 1){
window.location.href="{:url('index/index')}"
}else{
console.log(data. $메시지)
}
}
})
})
})
</script>
서버 오류