src/menu/components/form/formaction/formconfig.jsx
@@ -456,6 +456,22 @@ options: menulist }, { type: 'radio', key: 'urlPar', label: 'URL变量', initVal: card.urlPar || 'false', tooltip: '刷新菜单时是否清除URL变量。', required: false, options: [{ value: 'true', text: '清空' }, { value: 'false', text: '不清空' }], forbid: appType === 'pc' || appType === 'mob' || viewType === 'popview', }, { type: (appType === 'pc' || appType === 'mob') ? 'select' : 'cascader', key: 'linkmenu', label: '下一步操作',