Compare commits

..

No commits in common. "fd6aa2a56ab2dda9d43b674d6fa0470fc43b1559" and "6be4b3526e4d3d8bb51b7e663743a80a23e82784" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

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