feat:合并

This commit is contained in:
李晓鸽
2022-10-24 16:13:11 +08:00
parent 54f7e478f1
commit 7ed5222366
4 changed files with 422 additions and 212 deletions

View File

@@ -6,7 +6,7 @@ const routes = [
{
path: '/',
name: '首页',
redirect: routesConfig[0].path
redirect: '/learningpath'
},
...routesConfig
]