src/menu/components/card/cardcomponent/options.jsx
@@ -154,10 +154,10 @@ initval: setting.open || 'blank', required: false, options: [ {value: 'blank', label: '新窗口'}, {value: 'self', label: '当前窗口'}, {value: 'blank', label: appType !== 'mob' ? '新窗口' : '新页面'}, {value: 'self', label: appType !== 'mob' ? '当前窗口' : '当前页面'}, ], forbid: appType !== 'pc' forbid: appType !== 'pc' && appType !== 'mob' }, { type: 'radio',