[考试分析] - 修改路由

This commit is contained in:
“zouyf” 2024-09-10 09:41:28 +08:00
parent 280313e638
commit c618ec04c7
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: []
},