Commit 7205fdf8 by e

updata

parent 61d4cec0
Showing with 17 additions and 10 deletions
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
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 sign in to comment