今天提供一个基于vue+elementui的后台管理系统模板框架
项目页面可自行开发
路由导航可请求接口获得放入this.menuData中
路由页面参数为:
"id": 1,
"name": "/organizationManage",
"label": "组织管理",
"icon": "el-icon-message",
"parentId": 0,
"children": [{
"id": 2,
"name": "/organizationManage",
"label": "组织管理",
"icon": "el-icon-loading",
"parentId": 1
}]
此套项目源码我已放到GitHub上
https://github.com/sakexiaowei/element-admin-master
其中包括我的《el-tree公共组件(带操作按钮)源码分享》文章中所提供的公共vue组件
https://www.toutiao.com/i6879006284382011912/
同学 如果对你有帮助的话,请点赞、分享、收藏三连为号主加油喔
有什么问题可以留言提问,号主看到后会第一时间为小伙伴解答