Browse Source

浏览器显示模块修改(修改路由)

wangrulan 2 years ago
parent
commit
5ae8976ed9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -43,7 +43,7 @@ const router = new Router({
           name: 'User',
           component:() => import('@/components/permissions/user'),
           meta: {
-            title: '角色管理'
+            title: '用户管理'
           },
         },
         {