添加WebSocket配置
This commit is contained in:
parent
7cb6bd4f8a
commit
b293a580cd
@ -88,6 +88,7 @@ public class SignController {
|
||||
params.put("menuParentId", "6d92e228-a15c-413d-9601-3081806a4317");
|
||||
params.put("menuStatus", 0);
|
||||
mv.addObject("menus", menuService.listMenuAllJson(params));
|
||||
mv.addObject("ws", systemProperties.getWs());
|
||||
return mv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user