Commit 3ecd4ea4 by Sendya

update README.md

parent 8476d565
......@@ -28,6 +28,9 @@ Overview
![权限编辑](https://static-2.loacg.com/open/static/github/20180916-154950.png)
权限路由控制流程
![权限结构](https://static-2.loacg.com/open/static/github/permissions.png)
环境和依赖
......
......@@ -131,3 +131,9 @@ const asyncRouterMap = [
> 1. 请注意 `component: () => import('..') ` 方式引入路由的页面组件为 懒加载模式。具体可以看 [Vue 官方文档](https://router.vuejs.org/zh/guide/advanced/lazy-loading.html)
> 2. 增加新的路由应该增加在 '/' (index) 路由的 `children` 内
> 3. `permission` 可以进行自定义修改,只需要对这个模块进行自定义修改即可 [src/store/modules/permission.js#L10](https://github.com/sendya/ant-design-pro-vue/blob/master/src/store/modules/permission.js#L10)
附权限路由结构:
![权限结构](https://static-2.loacg.com/open/static/github/permissions.png)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment