提交 6893545a authored 作者: matian's avatar matian

路由修改

上级 142952d5
......@@ -166,7 +166,7 @@ export const menus: IMenuItem[] = [
{
tag: 'v1-teaching',
name: '教学管理',
path: '/teach/posts',
path: '/teach',
children: [
{
tag: 'v1-teaching-discussion',
......
......@@ -3,6 +3,6 @@ import type { RouteRecordRaw } from 'vue-router'
export const routes: Array<RouteRecordRaw> = [
{
path: '/teach',
redirect: '/teach/qa'
redirect: '/teach/posts'
}
]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论