The function that the menu can be configured in the Web UI has been implemented

pull/58/head
YangZhang-GitHub 2021-08-02 14:04:47 +08:00
parent cfd8b68257
commit b25e8e8b47
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ const NavbarTopDropDownMenus = ({ setRedirectUrl, setRedirect, setNavbarCollapse
return (
<>
{viewComponentArr.length !== 0 && viewComponentArr.map(arr =>
{viewComponentArr != null && viewComponentArr.map(arr =>
{
if ('children' in arr) {
return(