Clone
3
Change Log
Baorong Li edited this page 2018-09-11 17:47:24 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

4.3.7

2017-10-30

4.3.5

2017-09-09

4.3.4

2017-09-04

  •   更新roadhog至1.2.1,修复闪屏问题。
  •   修复build css未压缩#529,classname未Hash#477。
  •   更新登录成功使用router跳转#479。

4.3.0

2017-07-30

  •   更新roadhog至1.0.0-beta.7,得益于webpack@3.4,编译速度不减。
  •   基于使用roadhog的dll插件,开发时编译耗时减半。
  •   新增打包时按项目版本号生成文件目录。#449
  •   更新eslint,并适当修改了.eslintrc。

4.2.3

2017-07-07

  •   新增用户按权限访问。#384

4.2.2

2017-06-01

  •   新增用户管理批量删除。#320

4.2.1

2017-05-12

  •   新增IconFont扩展方案,本地使用方案。#270 Live
  •   新增常见场景使用loading。 dva-loading

4.2

2017-04-28

  •   修改user相关API使用Restful风格。
  •   增加user页面多条件查询。#266
  •   修复菜单默认高亮。#201

2017-04-21

  •   重写Menu,Bread组件及配置文件。说明

4.1

2017-04-14

  • 升级开发工具为roadhog。
  • 使用roadhog的mock功能。
  • 增强utils/request.js跨域处理能力。