king
2022-11-21 f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89
src/menu/components/group/normal-group/options.jsx
@@ -18,6 +18,13 @@
  const settingForm = [
    {
      type: 'text',
      field: 'title',
      label: '标题',
      initval: setting.title || '',
      required: false
    },
    {
      type: 'text',
      field: 'name',
      label: '组件名称',
      initval: setting.name || '',