mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
成长路径图
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
<!-- <i class="el-icon-menu"></i> -->
|
||||
<span slot="title" class="textl">我的考试</span>
|
||||
</el-menu-item>
|
||||
<el-menu-item index="/uc/study/growth">
|
||||
<el-menu-item index="/growth">
|
||||
<span slot="title" class="textl">成长路径</span>
|
||||
</el-menu-item>
|
||||
<!-- 去掉
|
||||
|
||||
@@ -110,6 +110,13 @@ export const constantRoutes = [{
|
||||
name: 'course',
|
||||
meta: { title: '课程', keepAlive: true, icon: 'dashboard', noCache: true, affix: false },
|
||||
},
|
||||
{
|
||||
path: '/growth',
|
||||
hidden: true,
|
||||
component: (resolve) => require(['@/views/study/Growth'], resolve),
|
||||
name: 'growth',
|
||||
meta: { title: '成长路径图', keepAlive: true, icon: 'dashboard', noCache: true, affix: false },
|
||||
},
|
||||
{
|
||||
path: '/courseRecommended',
|
||||
hidden: true,
|
||||
|
||||
Reference in New Issue
Block a user