Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
徐俊
yn-science-front
Commits
bb21ff48
Commit
bb21ff48
authored
Jul 23, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
51d31a58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
index.js
src/router/index.js
+3
-0
No files found.
src/router/index.js
View file @
bb21ff48
...
@@ -151,6 +151,9 @@ export const routes = [
...
@@ -151,6 +151,9 @@ export const routes = [
hidden
:
false
,
hidden
:
false
,
children
:
[
children
:
[
{
path
:
'/audit/talent'
,
name
:
'人才申报审核'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才申报审核'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/audit/talent'
,
name
:
'人才申报审核'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才申报审核'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/preliminary'
,
name
:
'人才预审'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才预审'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/assign'
,
name
:
'人才分配'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才分配'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/final'
,
name
:
'人才终审'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才终审'
,
icon
:
''
,
noCache
:
true
}
},
]
]
},
},
{
{
...
...
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