Commit bb864221 authored by 刘殿昕's avatar 刘殿昕

权限目录结构

parent f94d00c6
...@@ -132,24 +132,40 @@ export default { ...@@ -132,24 +132,40 @@ export default {
{ {
type: "bar", type: "bar",
data: [, 40], data: [, 40],
// coordinateSystem: "polar", coordinateSystem: "polar",
barMaxWidth: 10, barMaxWidth: 10,
z: 2, z: 1,
name: "抢修项目", name: "抢修项目",
roundCap: true, roundCap: true,
color: "#1779ee", color: "#1779ee",
barGap: "-100%", barGap: "-100%",
label: { label: {
show: true, normal: {
position: "inside", show: true,
label: { fontSize: 18,
normal: { fontWeight: "bold",
show: true, color: "#333",
fontSize: 18, position: "top"
fontWeight: "bold", }
color: "#333", }
position: "top" },
} {
type: "bar",
data: [, 20],
coordinateSystem: "polar",
barMaxWidth: 10,
z: 2,
name: "抢修项目",
roundCap: true,
color: "#fff",
barGap: "-100%",
label: {
normal: {
show: true,
fontSize: 18,
fontWeight: "bold",
color: "#333",
position: "top"
} }
} }
}, },
......
...@@ -148,7 +148,7 @@ export default new Router({ ...@@ -148,7 +148,7 @@ export default new Router({
component: () => import("@/pages/service_shop/shop_cloud"), component: () => import("@/pages/service_shop/shop_cloud"),
}, },
{ {
path: "/shop/service_application_successfully", // 云资源服务 path: "/shop/service_application_successfully", // 申请服务成功
name: "shopSuccess", name: "shopSuccess",
component: () => component: () =>
import("@/pages/service_shop/service_application_successfully"), import("@/pages/service_shop/service_application_successfully"),
...@@ -242,77 +242,77 @@ export default new Router({ ...@@ -242,77 +242,77 @@ export default new Router({
{ {
path: "/authority/organization", // 组织管理页 path: "/authority/organization", // 组织管理页
name: "organization", name: "organization",
component: () => import("@/pages/authority/organization"), component: () => import("@/pages/authority/organization/organization"),
}, },
{ {
path: "/authority/organization/detail/:id", // 组织管理详情 path: "/authority/organization/detail/:id", // 组织管理详情
name: "organizationdetail", name: "organizationdetail",
component: () => import("@/pages/authority/organizationdetail"), component: () => import("@/pages/authority/organization/organizationdetail"),
}, },
{ {
path: "/authority/organization/add", // 组织管理组织新增 path: "/authority/organization/add", // 组织管理组织新增
name: "organizationadd", name: "organizationadd",
component: () => import("@/pages/authority/organizationedit"), component: () => import("@/pages/authority/organization/organizationedit"),
}, },
{ {
path: "/authority/organization/edit/:id", // 组织管理组织编辑 path: "/authority/organization/edit/:id", // 组织管理组织编辑
name: "organizationedit", name: "organizationedit",
component: () => import("@/pages/authority/organizationedit"), component: () => import("@/pages/authority/organization/organizationedit"),
}, },
{ {
path: "/authority/organization/user/:id", // 组织管理组织用户 path: "/authority/organization/user/:id", // 组织管理组织用户
name: "organizationuser", name: "organizationuser",
component: () => import("@/pages/authority/organizationuser"), component: () => import("@/pages/authority/user/organizationuser"),
}, },
{ {
path: "/authority/users", // 用户管理页 path: "/authority/users", // 用户管理页
name: "users", name: "users",
component: () => import("@/pages/authority/users"), component: () => import("@/pages/authority/user/users"),
}, },
{ {
path: "/authority/users/roles/:id", // 分配角色 path: "/authority/users/roles/:id", // 分配角色
name: "userRoles", name: "userRoles",
component: () => import("@/pages/authority/userRoles"), component: () => import("@/pages/authority/user/userRoles"),
}, },
{ {
path: "/authority/users/add", // 用户管理-新增 path: "/authority/users/add", // 用户管理-新增
name: "usersadd", name: "usersadd",
component: () => import("@/pages/authority/organizationuser"), component: () => import("@/pages/authority/user/organizationuser"),
}, },
{ {
path: "/authority/users/detail/:id", // 用户管理-详情 path: "/authority/users/detail/:id", // 用户管理-详情
name: "usersdetail", name: "usersdetail",
component: () => import("@/pages/authority/organizationuser"), component: () => import("@/pages/authority/user/organizationuser"),
}, },
{ {
path: "/authority/users/permission", // 用户管理页 - 权限审批 path: "/authority/users/permission", // 用户管理页 - 权限审批
name: "users", name: "users",
component: () => import("@/pages/authority/permission"), component: () => import("@/pages/authority/user/permission"),
}, },
{ {
path: "/authority/menu", // 菜单管理页 path: "/authority/menu", // 菜单管理页
name: "menu", name: "menu",
component: () => import("@/pages/authority/menus"), component: () => import("@/pages/authority/menu/menus"),
}, },
{ {
path: "/authority/roles", // 角色管理页 path: "/authority/roles", // 角色管理页
name: "roles", name: "roles",
component: () => import("@/pages/authority/roles"), component: () => import("@/pages/authority/role/roles"),
}, },
{ {
path: "/authority/roles/add", // 新建角色 path: "/authority/roles/add", // 新建角色
name: "addroles", name: "addroles",
component: () => import("@/pages/authority/addroles"), component: () => import("@/pages/authority/role/addroles"),
}, },
{ {
path: "/authority/roles/edit/:id", // 编辑角色 path: "/authority/roles/edit/:id", // 编辑角色
name: "editroles", name: "editroles",
component: () => import("@/pages/authority/addroles"), component: () => import("@/pages/authority/role/addroles"),
}, },
{ {
path: "/authority/roles/allot/:id", // 分配角色 path: "/authority/roles/allot/:id", // 分配角色
name: "allotroles", name: "allotroles",
component: () => import("@/pages/authority/addroles"), component: () => import("@/pages/authority/role/addroles"),
}, },
], ],
}, // 权限管理 }, // 权限管理
......
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