在   BasicLayout.jsx   文件中修改

 }
        contentStyle={{ margin: 0 }}
        navTheme="light"
      >{
            if (menuItemProps.isUrl || menuItemProps.children || !menuItemProps.path) {
              return defaultDom;
            }
            return{defaultDom};
          }} {...props} {...settings}>
          {children}

Ant Design Pro:Layout 组件——嵌套布局_Layout 组件

亲测可用!!