This commit is contained in:
白了个白 2024-09-10 13:43:04 +08:00
commit fd6aa2a56a
2 changed files with 2 additions and 3 deletions

View File

@ -70,8 +70,7 @@ const menuList = [{
{
name: '考试分析',
icon: 'icon-kaoshi',
isOuter: true,
path: '/education/colentrance'
path: '/examReport'
},
{
name: '学情分析',

View File

@ -113,7 +113,7 @@ const title = reactive([
},
{
name: '考试分析',
url: '/education/colentrance',
url: '/examReport',
img: 'iconfont icon-icon_kaoshifenxi',
child1: []
},