king
2021-09-01 c29a1e1c8278a25b83b6158c2d426aa26c427569
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -563,7 +563,7 @@
      forbid: appType !== 'pc' && appType !== 'mob',
      required: false,
      allowClear: true,
      options: appMenus
      options: appType !== 'mob' ? appMenus : [...appMenus, {value: 'goback', text: '返回'}]
    },
    {
      type: 'text',