src/menu/datasource/verifycard/settingform/index.jsx
@@ -519,12 +519,7 @@ </Form.Item> </Col> : null} {setting.interType === 'system' ? <Col span={8}> <Form.Item label={ <Tooltip placement="topLeft" title="测试系统数据库均指向本地,正式系统可使用单点数据库。"> <QuestionCircleOutlined className="mk-form-tip" /> 数据库 </Tooltip> }> <Form.Item label="数据库"> {getFieldDecorator('database', { initialValue: setting.database || 'local' })(