src/views/appmanage/submutilform/index.jsx
@@ -223,6 +223,23 @@ )} </Form.Item> </Col> {typename !== 'pc' ? <Col span={12}> <Form.Item label={ <Tooltip placement="topLeft" title="在使用明科云APP时,页面的切换模式"> <Icon type="question-circle" /> 应用模式 </Tooltip> }> {getFieldDecorator('apptype', { initialValue: card ? card.apptype || 'H5' : 'H5' })( <Radio.Group> <Radio value="H5">H5</Radio> <Radio value="app">app</Radio> </Radio.Group> )} </Form.Item> </Col> : null} </Row> </Form> )