前端:商品添加。完成度 10% ,先搭建好框框~

This commit is contained in:
YunaiV
2019-03-16 22:15:36 +08:00
parent 45b2497c80
commit 6ce040fbd6
4 changed files with 171 additions and 3 deletions

View File

@@ -10,9 +10,9 @@ export default class Home extends Component {
render() {
return (
<div>
<AuthorityControl authKey="home.button">
<Button type="primary">按钮 控制</Button>
</AuthorityControl>
{/*<AuthorityControl authKey="home.button">*/}
{/*<Button type="primary">按钮 控制</Button>*/}
{/*</AuthorityControl>*/}
<h1>home...</h1>
<DictionarySelect dicKey="gender" defaultValue="1" />