Commit b212e59f authored by kaitly205422@163.com's avatar kaitly205422@163.com

修改任务台账权限

parent b05ce176
...@@ -67,6 +67,19 @@ export const constantRoutes = [ ...@@ -67,6 +67,19 @@ export const constantRoutes = [
], ],
}, },
{
path: "/risk/plan/inherentdata",
component: Layout,
hidden: true,
children: [
{
path: "index/:id(\\d+)",
component: () => import("@/views/risk/plan/inherentdata"),
name: "inherentdata",
meta: { title: "固有风险详情", activeMenu: "/risk/plan/inherentdata" },
},
],
},
{ {
path: window.location.origin + "/map", path: window.location.origin + "/map",
name: "Index", name: "Index",
...@@ -100,6 +113,19 @@ export const constantRoutes = [ ...@@ -100,6 +113,19 @@ export const constantRoutes = [
}, },
], ],
}, },
{
path: "/risk/drawCanvas",
component: Layout,
hidden: true,
children: [
{
path: "index",
component: () => import("@/views/risk/drawCanvas/index"),
name: "drawCanvas",
meta: { title: "四色图", activeMenu: "/risk/drawCanvas/index" },
},
],
},
{ {
path: "/login", path: "/login",
component: () => import("@/views/login"), component: () => import("@/views/login"),
...@@ -197,20 +223,7 @@ export const dynamicRoutes = [ ...@@ -197,20 +223,7 @@ export const dynamicRoutes = [
}, },
], ],
}, },
{
path: "/risk/plan/inherentdata",
component: Layout,
hidden: true,
permissions: ["system:dict:list"],
children: [
{
path: "index/:id(\\d+)",
component: () => import("@/views/risk/plan/inherentdata"),
name: "inherentdata",
meta: { title: "固有风险详情", activeMenu: "/risk/plan/inherentdata" },
},
],
},
{ {
path: "/risk/plan/existingdata", path: "/risk/plan/existingdata",
component: Layout, component: Layout,
...@@ -225,20 +238,7 @@ export const dynamicRoutes = [ ...@@ -225,20 +238,7 @@ export const dynamicRoutes = [
}, },
], ],
}, },
{
path: "/risk/drawCanvas",
component: Layout,
hidden: true,
permissions: ["system:ledgerRoom:list"],
children: [
{
path: "index",
component: () => import("@/views/risk/drawCanvas/index"),
name: "drawCanvas",
meta: { title: "四色图", activeMenu: "/risk/drawCanvas/index" },
},
],
},
{ {
path: "/monitor/job-log", path: "/monitor/job-log",
component: Layout, component: Layout,
......
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