zs 1 year ago
parent
commit
d9b72b7269
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/router/index.js

+ 7 - 7
src/router/index.js

@@ -40,36 +40,36 @@ const router = createRouter({
         },
         },
         {
         {
           path: '/system',
           path: '/system',
-          meta: { title: '系统设置' },
+          meta: { title: 'system' },
           children: [
           children: [
             {
             {
               path: '/system/menus',
               path: '/system/menus',
-              meta: { title: '菜单管理' },
+              meta: { title: 'menus' },
               component: () => import('@/views/system/menus/index.vue')
               component: () => import('@/views/system/menus/index.vue')
             },
             },
             {
             {
               path: '/system/role',
               path: '/system/role',
-              meta: { title: '角色管理' },
+              meta: { title: 'role' },
               component: () => import('@/views/system/role/index.vue')
               component: () => import('@/views/system/role/index.vue')
             },
             },
             {
             {
               path: '/system/dict',
               path: '/system/dict',
-              meta: { title: '字典管理' },
+              meta: { title: 'dict' },
               component: () => import('@/views/system/dict/index.vue')
               component: () => import('@/views/system/dict/index.vue')
             },
             },
             {
             {
               path: '/system/dictData',
               path: '/system/dictData',
-              meta: { title: '字典数据管理' },
+              meta: { title: 'dictData' },
               component: () => import('@/views/system/dictData/index.vue')
               component: () => import('@/views/system/dictData/index.vue')
             },
             },
             {
             {
               path: '/system/config',
               path: '/system/config',
-              meta: { title: '平台设置' },
+              meta: { title: 'config' },
               component: () => import('@/views/system/config/index.vue')
               component: () => import('@/views/system/config/index.vue')
             },
             },
             {
             {
               path: '/system/module',
               path: '/system/module',
-              meta: { title: '模块设置' },
+              meta: { title: 'module' },
               component: () => import('@/views/system/module/index.vue')
               component: () => import('@/views/system/module/index.vue')
             }
             }
           ]
           ]