@@ -531,6 +531,7 @@ function checkHaveUnReadMsg() {
var msgRedDot = $("#redSpot");
if ($("#sysmsg .unReadMsg").length > 0) {
msgRedDot.show();
+ document.getElementById('mainFrame').contentWindow.location.reload();
} else {
msgRedDot.hide();
}