杨治明 8 месяцев назад
Родитель
Сommit
d6836a7109
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tip-front/src/main/webapp/tc_suite/js/index-message.js

+ 1 - 0
tip-front/src/main/webapp/tc_suite/js/index-message.js

@@ -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();
     }