stjdydayou 4 anni fa
parent
commit
9f9f7152c3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',