路径图整体修改

This commit is contained in:
zhangsir
2024-05-10 18:22:06 +08:00
parent e82ea0709d
commit 3f2db4136c
11 changed files with 1337 additions and 892 deletions

View File

@@ -110,11 +110,18 @@ 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: '/growth',
path: '/growthpath',
hidden: true,
component: (resolve) => require(['@/views/study/Growth'], resolve),
name: 'growth',
component: (resolve) => require(['@/views/study/GrowthPath'], resolve),
name: 'growthpath',
meta: { title: '成长路径图', keepAlive: true, icon: 'dashboard', noCache: true, affix: false },
},
{