消息推送开启状态反馈给分离前端

This commit is contained in:
thinkgem
2023-02-27 13:15:44 +08:00
parent 0954638b3a
commit 689438d704
2 changed files with 1 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ public class LoginController extends BaseController{
model.addAttribute("useCorpModel", Global.isUseCorpModel());
model.addAttribute("currentCorpCode", CorpUtils.getCurrentCorpCode());
model.addAttribute("currentCorpName", CorpUtils.getCurrentCorpName());
model.addAttribute("msgEnabled", Global.getPropertyToBoolean("msg.enabled", "false"));
model.addAttribute("sysCode", session.getAttribute("sysCode"));
// 是否是登录操作