src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1371,6 +1371,19 @@ }, { type: 'radio', key: 'database', label: '数据库', initVal: card.database || 'local', options: [{ value: 'local', text: '本地' }, { value: 'sso', text: '单点' }] }, { type: 'radio', key: 'permission', label: '权限验证', initVal: card.permission || 'true', @@ -2562,6 +2575,19 @@ }, { type: 'radio', key: 'database', label: '数据库', initVal: card.database || 'local', options: [{ value: 'local', text: '本地' }, { value: 'sso', text: '单点' }] }, { type: 'radio', key: 'permission', label: '权限验证', initVal: card.permission || 'true',