Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
融通安全管理系统
rongtong-pc
Commits
b212e59f
Commit
b212e59f
authored
Mar 18, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改任务台账权限
parent
b05ce176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
src/router/index.js
src/router/index.js
+28
-28
No files found.
src/router/index.js
View file @
b212e59f
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment