Commit ffd27705 by chuzhixin

deploy

parent 436cf8cb
...@@ -86,36 +86,7 @@ export const asyncRoutes = [ ...@@ -86,36 +86,7 @@ export const asyncRoutes = [
}, },
], ],
}, */ }, */
{
path: "/personnelManagement",
component: Layout,
redirect: "noRedirect",
name: "PersonnelManagement",
meta: { title: "配置", icon: "users-cog", permissions: ["admin"] },
children: [
{
path: "userManagement",
name: "UserManagement",
component: () =>
import("@/views/personnelManagement/userManagement/index"),
meta: { title: "用户管理" },
},
{
path: "roleManagement",
name: "RoleManagement",
component: () =>
import("@/views/personnelManagement/roleManagement/index"),
meta: { title: "角色管理" },
},
{
path: "menuManagement",
name: "MenuManagement",
component: () =>
import("@/views/personnelManagement/menuManagement/index"),
meta: { title: "菜单管理", badge: "New" },
},
],
},
{ {
path: "/vab", path: "/vab",
component: Layout, component: Layout,
...@@ -366,6 +337,36 @@ export const asyncRoutes = [ ...@@ -366,6 +337,36 @@ export const asyncRoutes = [
], ],
}, },
{ {
path: "/personnelManagement",
component: Layout,
redirect: "noRedirect",
name: "PersonnelManagement",
meta: { title: "配置", icon: "users-cog", permissions: ["admin"] },
children: [
{
path: "userManagement",
name: "UserManagement",
component: () =>
import("@/views/personnelManagement/userManagement/index"),
meta: { title: "用户管理" },
},
{
path: "roleManagement",
name: "RoleManagement",
component: () =>
import("@/views/personnelManagement/roleManagement/index"),
meta: { title: "角色管理" },
},
{
path: "menuManagement",
name: "MenuManagement",
component: () =>
import("@/views/personnelManagement/menuManagement/index"),
meta: { title: "菜单管理", badge: "New" },
},
],
},
{
path: "/mall", path: "/mall",
component: Layout, component: Layout,
redirect: "noRedirect", redirect: "noRedirect",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment