src/views/appmanage/submutilform/index.jsx
@@ -237,7 +237,12 @@ </Form.Item> </Col> : null} {exts.includes('share') ? <Col span={12}> <Form.Item label="分享链接"> <Form.Item label={ <Tooltip placement="topLeft" title="分享的链接为用户浏览的页面地址或当前应用的入口地址。注:可在页面中自定义设置。"> <QuestionCircleOutlined className="mk-form-tip" /> 分享链接 </Tooltip> }> {getFieldDecorator('share_link', { initialValue: card ? card.share_link || 'main' : 'main' })(