Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7205fdf8
authored
May 27, 2020
by
e
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updata
parent
61d4cec0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
src/router/employee/employee-router.ts
src/router/employee/employee-router.ts
View file @
7205fdf8
export
default
[
{
path
:
'/'
,
name
:
'Home'
,
meta
:
{
title
:
'首页'
,
requiresAuth
:
true
},
component
:
()
=>
import
(
"@/views/Home.vue"
)
},
//
{
//
path: '/',
//
name: 'Home',
//
meta: {
//
title: '首页',
//
requiresAuth: true
//
},
//
component: () => import("@/views/Home.vue")
//
},
{
// 身份选择
path
:
'/
select_identity
'
,
path
:
'/'
,
name
:
'SelectIdentity'
,
component
:
()
=>
import
(
"@/views/SelectIdentity.vue"
)
},
...
...
@@ -31,5 +31,11 @@ export default [
path
:
'/company_employee_details'
,
name
:
'CompanyEmployeeDetails'
,
component
:
()
=>
import
(
"@/views/CompanyEmployeeDetails.vue"
)
},
{
// 企业员工
path
:
'/company_employee_details'
,
name
:
'CompanyEmployeeDetails'
,
component
:
()
=>
import
(
"@/views/CompanyEmployeeDetails.vue"
)
}
]
\ No newline at end of file
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