﻿---
title: 绑定用户组件
sidemenu: true
---

## 绑定用户组件

这个组件用来绑定用户
> 注意： 需要在 <span style="color: red;">url</span> 上带上 <span style="color: red;">appId</span> 参数 

```tsx
/**
 * background: '#f0f2f5'
 */
import React from 'react';
import {BindUser} from '@/components';

export default () => <BindUser type="feature" id="4294970531" />;
```

<API src="./index.tsx"></API>
