|
|
@ -30,12 +30,15 @@ var App = React.createClass({ |
|
|
|
<Menu.Item key="app"> |
|
|
|
<i className="anticon anticon-large"></i>导航二 |
|
|
|
</Menu.Item> |
|
|
|
<SubMenu title={<span><i className="anticon anticon-setting"></i>导航三(子菜单)</span>}> |
|
|
|
<SubMenu title={<span><i className="anticon anticon-setting"></i>导航 - 子菜单</span>}> |
|
|
|
<Menu.Item key="setting:1">选项1</Menu.Item> |
|
|
|
<Menu.Item key="setting:2">选项2</Menu.Item> |
|
|
|
<Menu.Item key="setting:3">选项3</Menu.Item> |
|
|
|
<Menu.Item key="setting:4">选项4</Menu.Item> |
|
|
|
</SubMenu> |
|
|
|
<Menu.Item key="alipay"> |
|
|
|
<a href="http://www.alipay.com/" target="_blank">导航四 - 链接</a> |
|
|
|
</Menu.Item> |
|
|
|
</Menu> |
|
|
|
} |
|
|
|
}); |
|
|
|