成长路径图

This commit is contained in:
NiSen
2024-01-24 11:43:52 +08:00
parent fcfc575a4c
commit e6581ffbbe
2 changed files with 8 additions and 1 deletions

View File

@@ -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>
<!-- 去掉

View File

@@ -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,