|
@@ -70,13 +70,13 @@ export const menus = [
|
|
icon: 'el-icon-house',
|
|
icon: 'el-icon-house',
|
|
name: '系统首页',
|
|
name: '系统首页',
|
|
path: '/home',
|
|
path: '/home',
|
|
- type: '0',
|
|
|
|
|
|
+ type: '1',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 'menus_2',
|
|
id: 'menus_2',
|
|
icon: 'el-icon-setting',
|
|
icon: 'el-icon-setting',
|
|
name: '系统管理',
|
|
name: '系统管理',
|
|
- type: '1',
|
|
|
|
|
|
+ type: '0',
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
id: 'menus_2_1',
|
|
id: 'menus_2_1',
|
|
@@ -102,7 +102,7 @@ export const menus = [
|
|
id: 'menus_3',
|
|
id: 'menus_3',
|
|
icon: 'el-icon-tickets',
|
|
icon: 'el-icon-tickets',
|
|
name: '平台设置',
|
|
name: '平台设置',
|
|
- type: '1',
|
|
|
|
|
|
+ type: '0',
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
id: 'menus_3_1',
|
|
id: 'menus_3_1',
|
|
@@ -122,7 +122,7 @@ export const menus = [
|
|
id: 'menus_4',
|
|
id: 'menus_4',
|
|
icon: 'el-icon-user',
|
|
icon: 'el-icon-user',
|
|
name: '用户管理',
|
|
name: '用户管理',
|
|
- type: '1',
|
|
|
|
|
|
+ type: '0',
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
id: 'menus_4_1',
|
|
id: 'menus_4_1',
|
|
@@ -149,13 +149,13 @@ export const menus = [
|
|
icon: 'el-icon-question',
|
|
icon: 'el-icon-question',
|
|
name: '题库管理',
|
|
name: '题库管理',
|
|
path: '/question',
|
|
path: '/question',
|
|
- type: '0',
|
|
|
|
|
|
+ type: '1',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id: 'menus_5',
|
|
id: 'menus_5',
|
|
icon: 'el-icon-question',
|
|
icon: 'el-icon-question',
|
|
name: '个人中心',
|
|
name: '个人中心',
|
|
path: '/center',
|
|
path: '/center',
|
|
- type: '0',
|
|
|
|
|
|
+ type: '1',
|
|
},
|
|
},
|
|
];
|
|
];
|