16 lines
188 B
Markdown
16 lines
188 B
Markdown
|
|
---
|
|
|
|
使用 demo
|
|
|
|
|
|
authKey: 代表key的权限
|
|
|
|
---
|
|
|
|
```jsx harmony
|
|
<AuthorityControl authKey="home.button">
|
|
<Button type="primary">按钮 控制</Button>
|
|
</AuthorityControl>
|
|
```
|