The function that the menu can be configured in the Web UI has been implemented
parent
b25e8e8b47
commit
0a512af51a
|
@ -122,7 +122,7 @@ const NavbarTopDropDownMenus = ({ setRedirectUrl, setRedirect, setNavbarCollapse
|
|||
|
||||
return (
|
||||
<>
|
||||
{viewComponentArr != null && viewComponentArr.map(arr =>
|
||||
{viewComponentArr.map(arr =>
|
||||
{
|
||||
if ('children' in arr) {
|
||||
return(
|
||||
|
|
Loading…
Reference in New Issue