diff --git a/modules/core/src/main/resources/views/include/sysIndex/topMenuMsg.html b/modules/core/src/main/resources/views/include/sysIndex/topMenuMsg.html
index 56a6a132..1d7a2580 100644
--- a/modules/core/src/main/resources/views/include/sysIndex/topMenuMsg.html
+++ b/modules/core/src/main/resources/views/include/sysIndex/topMenuMsg.html
@@ -10,7 +10,10 @@
+ data-mergeMsgContent="${text('您有 {0\} 条新消息,由于消息太多,这里为您合并,请点击查看按钮看详情。')}"
+ data-loginTimeout="${text('您当前的会话已超时,请重新登录。')}"
+ data-pullMsgPollingInterval="1000*60"
+ data-showMsgCloseTimeout="1000*60">
diff --git a/modules/core/src/main/resources/views/modules/sys/switchSkin.html b/modules/core/src/main/resources/views/modules/sys/switchSkin.html
index 9a30dc0e..87005b5d 100644
--- a/modules/core/src/main/resources/views/modules/sys/switchSkin.html
+++ b/modules/core/src/main/resources/views/modules/sys/switchSkin.html
@@ -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);
});
\ No newline at end of file