码迷,mamicode.com
首页 > 其他好文 > 详细

07 | 前端框架开发流程 | 谷粒

时间:2021-02-15 12:11:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:框架   ble   头像   页面   管理   out   com   red   name   

{
path: ‘/teacher‘,
component: Layout,
redirect: ‘/teacher/table‘, //重定向跳转
name: ‘讲师管理‘,
meta: { title: ‘讲师管理‘, icon: ‘example‘ }, //title页面标题,icon头像
children: [
{
path: ‘table‘,
name: ‘讲师列表‘,
component: () => import(‘@/views/edu/teacher/list‘),//@固定用法,不能替换为../
meta: { title: ‘讲师列表‘, icon: ‘table‘ }
},
{
path: ‘save‘,
name: ‘添加讲师‘,
component: () => import(‘@/views/edu/teacher/save‘),
meta: { title: ‘添加讲师‘, icon: ‘tree‘ }
}
]
},

07 | 前端框架开发流程 | 谷粒

标签:框架   ble   头像   页面   管理   out   com   red   name   

原文地址:https://www.cnblogs.com/silloutte/p/14397370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!