Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Apr 28, 2017
2 parents 5641cc6 + 2869ead commit 37dd7d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

演示地址 <http://zuiidea.github.io/antd-admin/>


## 特性

- 基于[react](https://github.com/facebook/react)[ant-design](https://github.com/ant-design/ant-design)[dva](https://github.com/dvajs/dva)[Mock](https://github.com/nuysoft/Mock) 企业级后台管理系统最佳实践
Expand All @@ -19,8 +20,21 @@
- 基于[dva](https://github.com/dvajs/dva)动态加载 Model 和路由,按需加载
- 浅度响应式设计

## 注意
如果使用到roadhog,且出现接口404
- 保证`package.json`里没有`roadhog`
- 删除`node_modules`
- `npm i`
- `npm i [email protected] -g`

## 更新日志

### 4.2

`2017-04-21`

-   重写Menu,Bread组件及配置文件,[说明](https://github.com/zuiidea/antd-admin/wiki/%E8%8F%9C%E5%8D%95%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6)

### 4.1

`2017-04-14`
Expand Down
2 changes: 1 addition & 1 deletion src/utils/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = [
mpid: 5,
name: 'BarChart',
icon: 'bar-chart',
router: '/chart/lineChart',
router: '/chart/barChart',
},
{
id: 53,
Expand Down

0 comments on commit 37dd7d0

Please sign in to comment.