如果会话超时,则提醒用户会话超时,请重新登录的对话框。
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
<ul class="menu" id="msgList"
|
||||
data-mergeMsgLimit="${@Global.getConfig('sys.msg.mergeMsgLimit', '5')}"
|
||||
data-mergeMsgTitle="${text('系统消息')}"
|
||||
data-mergeMsgContent="${text('您有 {0\} 条新消息,由于消息太多,这里为您合并,请点击查看按钮看详情。')}"></ul>
|
||||
data-mergeMsgContent="${text('您有 {0\} 条新消息,由于消息太多,这里为您合并,请点击查看按钮看详情。')}"
|
||||
data-loginTimeout="${text('您当前的会话已超时,请重新登录。')}"
|
||||
data-pullMsgPollingInterval="1000*60"
|
||||
data-showMsgCloseTimeout="1000*60"></ul>
|
||||
</li>
|
||||
<li class="footer"><a href="javascript:" data-href="${ctx}/msg/list"
|
||||
data-title="${text('查看全部消息')}" class="addTabPage">${text('查看全部消息')}</a></li>
|
||||
|
||||
@@ -170,7 +170,7 @@ $('#formLayerModel')
|
||||
$('#tabPageModel').iCheck('uncheck');
|
||||
}).on('ifClicked', function(){
|
||||
setTimeout(function(){
|
||||
top.location.reload();
|
||||
top.location.reload(true);
|
||||
},500);
|
||||
});
|
||||
|
||||
@@ -183,7 +183,7 @@ $('#tabPageModel')
|
||||
js.cookie('tabPageModel', 'false');
|
||||
}).on('ifClicked', function(){
|
||||
setTimeout(function(){
|
||||
top.location.reload();
|
||||
top.location.reload(true);
|
||||
},500);
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user