将web项目的config文件分散到jar包里,让web项目更简洁。
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
</a>
|
||||
<script>
|
||||
function refreshOnlineCount(){
|
||||
$.get('${ctx}/sys/online/count?__notUpdateSession=true&__t='+new Date().getTime(), function(data){
|
||||
$.get('${ctx}/sys/online/count?__notUpdateSession=true&__t='
|
||||
+ new Date().getTime(), function(data){
|
||||
try{$('#onlineCount').html(Number(data))}catch(e){}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user