king
2021-12-22 5223edbcccfed84a33a706e5637ee65a61f377aa
src/mob/components/navbar/normal-navbar/menusetting/menuform/index.jsx
@@ -7,7 +7,7 @@
import './index.scss'
const { TextArea } = Input
const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
class SettingForm extends Component {
  static propTpyes = {
@@ -122,7 +122,7 @@
              {getFieldDecorator('icon', {
                initialValue: menu.icon || ''
              })(
                <MkIcon allowClear />
                <MkEditIcon options={['normal', 'data', 'direction', 'edit', 'hint']} allowClear />
              )}
            </Form.Item>
          </Col>