Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
cf9c583a
Commit
cf9c583a
authored
Jul 17, 2023
by
lvzhuangzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e81b1fdf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
70 deletions
+2
-70
ruoyi-ui/src/router/index.js
ruoyi-ui/src/router/index.js
+2
-70
No files found.
ruoyi-ui/src/router/index.js
View file @
cf9c583a
...
...
@@ -53,11 +53,7 @@ export const constantRoutes = [
component
:
(
resolve
)
=>
require
([
'
@/views/error/401
'
],
resolve
),
hidden
:
true
},
{
path
:
'
/salaryinfo/printpreview/:reportId
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salaryinfo/printpreview
'
],
resolve
),
hidden
:
true
},
{
path
:
'
/notice/detail/:noticeId
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/notice/detail
'
],
resolve
),
...
...
@@ -128,72 +124,8 @@ export const constantRoutes = [
meta
:
{
title
:
'
修改生成配置
'
}
}
]
},
{
path
:
'
/salary
'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'
salaryinfo/:reportCode(
\\
d+)/:reportId(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salaryinfo/index
'
],
resolve
),
name
:
'
salaryinfo
'
,
meta
:
{
title
:
'
报送详情
'
,
icon
:
''
}
}
]
},
{
path
:
'
/salary
'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'
annuity/:reportCode(
\\
d+)/:reportId(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salaryinfo/annuity
'
],
resolve
),
name
:
'
annuity
'
,
meta
:
{
title
:
'
报送详情
'
,
icon
:
''
}
}
]
},
{
path
:
'
/salarybsjd
'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'
reportlist/:reportCode(
\\
d+)/:reportStatus(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salaryreport/index
'
],
resolve
),
name
:
'
salarybsjd
'
,
meta
:
{
title
:
'
报送进度
'
,
icon
:
''
}
}
]
},
{
path
:
'
/credit
'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'
setting/:reportCode(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salarycredit/index
'
],
resolve
),
name
:
'
creditsetting
'
,
meta
:
{
title
:
'
考核情况
'
,
icon
:
''
}
}
]
},
{
path
:
'
/credit
'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'
info/:reportCode(
\\
d+)
'
,
component
:
(
resolve
)
=>
require
([
'
@/views/system/salarycredit/info
'
],
resolve
),
name
:
'
creditsetting
'
,
meta
:
{
title
:
'
考核情况
'
,
icon
:
''
}
}
]
}
]
export
default
new
Router
({
...
...
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