浏览代码

Update index.js

stjdydayou 4 年之前
父节点
当前提交
9f9f7152c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -255,7 +255,7 @@ export const asyncRoutes = [
         path: 'role',
         name: 'UserRole',
         component: () => import('@/views/user/role'),
-        meta: { title: '角色管理', authorities: ['oauth.role.find'] }
+        meta: { title: '权限管理', authorities: ['oauth.role.find'] }
       },
       {
         path: 'operateLog',