Compare commits

..

No commits in common. "d896209948698b1df85ba76abf01e3d1dbf84289" and "280313e63866c0e787e58b8473951fe40b8d528a" 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: []
}, },