Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed Jun 30, 2020
1 parent 1c2b13a commit b3f079f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ export const asyncRoutes = [
component: Layout,
redirect: "noRedirect",
name: "PersonnelManagement",
meta: { title: "人员", permissions: ["admin"] },
meta: { title: "人员", icon: "users-cog", permissions: ["admin"] },
children: [
{
path: "userManagement",
name: "UserManagement",
component: () =>
import("@/views/personnelManagement/userManagement/index"),
meta: { title: "用户管理", icon: "home" },
meta: { title: "用户管理" },
},
{
path: "roleManagement",
Expand Down

0 comments on commit b3f079f

Please sign in to comment.