src/menu/components/search/main-search/options.jsx
@@ -155,6 +155,19 @@ forbid: !appType || sessionStorage.getItem('editMenuType') === 'popview' }, { type: 'radio', field: 'cacheSearch', label: '搜索缓存', initval: wrap.cacheSearch || 'false', tooltip: '启用搜索条件缓存后,在菜单刷新时搜索条件不变。', required: false, options: [ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !!appType }, { type: 'multiselect', field: 'blacklist', label: '黑名单',