فهرست منبع

修改登录 配置菜单

zs 9 ماه پیش
والد
کامیت
d419ede82f
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      src/layout/site.js

+ 6 - 6
src/layout/site.js

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