Compare commits
No commits in common. "d896209948698b1df85ba76abf01e3d1dbf84289" and "280313e63866c0e787e58b8473951fe40b8d528a" have entirely different histories.
d896209948
...
280313e638
|
@ -70,7 +70,8 @@ const menuList = [{
|
|||
{
|
||||
name: '考试分析',
|
||||
icon: 'icon-kaoshi',
|
||||
path: '/examReport'
|
||||
isOuter: true,
|
||||
path: '/education/colentrance'
|
||||
},
|
||||
{
|
||||
name: '学情分析',
|
||||
|
|
|
@ -113,7 +113,7 @@ const title = reactive([
|
|||
},
|
||||
{
|
||||
name: '考试分析',
|
||||
url: '/examReport',
|
||||
url: '/education/colentrance',
|
||||
img: 'iconfont icon-icon_kaoshifenxi',
|
||||
child1: []
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue