Results 1 issues of ytx222

## What happens? Warning: [antd: Menu] `children` will be removed in next major version. Please use `items` instead. 问题在 https://github.com/umijs/umi/blob/master/packages/plugins/libs/locale/SelectLang.tpl 425行 需要将chidren修改为items 比如这样 ```jsx { return ( { key:localeObj.lang ||...