Compare commits
No commits in common. "fd6aa2a56ab2dda9d43b674d6fa0470fc43b1559" and "6be4b3526e4d3d8bb51b7e663743a80a23e82784" have entirely different histories.
fd6aa2a56a
...
6be4b3526e
|
@ -70,7 +70,8 @@ const menuList = [{
|
||||||
{
|
{
|
||||||
name: '考试分析',
|
name: '考试分析',
|
||||||
icon: 'icon-kaoshi',
|
icon: 'icon-kaoshi',
|
||||||
path: '/examReport'
|
isOuter: true,
|
||||||
|
path: '/education/colentrance'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '学情分析',
|
name: '学情分析',
|
||||||
|
|
|
@ -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: []
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue