| 
					
				 | 
			
			
				@@ -1,5 +1,4 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import personal from './personal' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import enterprise from './enterprise' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import common from './common' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import recruit from './recruit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import Layout from '@/layout' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { setLoginType } from '@/utils/loginType' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -43,66 +42,15 @@ const remainingRouter = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    path: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    redirect: '/entrances', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      { path: '/', redirect: '/entrances' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        path: '/entrances', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        component: () => import('@/views/entrances/index'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          title: '门墩儿应用中心' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    path: '/home', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    component: Layout, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      { path: '/personal', redirect: '/home' }, // 个人账号登录时,缺省只能访问个人账号路由和不需要登录,防止用户在地址栏直接输入地址访问其他页面(不可删,permission中用到) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        path: '/home', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        component: () => import('@/views/recruit/personal/home'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          title: '首页' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    path: '/mall', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    children: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        path: '/mall', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        component: () => import('@/views/mall/index'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          title: '臻选商城' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    path: '/shareJob', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    name: 'shareJob', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      title: '分享职位' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    component: () => import('@/views/recruit/personal/shareJob/index.vue') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 setLoginType(remainingRouter, 'noLogin') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-setLoginType(recruit, 'noLogin') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-setLoginType(personal, 'personal') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-setLoginType(enterprise, 'enterprise') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+setLoginType(common, 'noLogin') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const routeArray = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ...remainingRouter, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ...recruit, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  ...personal, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  ...enterprise 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ...common 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+console.log('recruit', recruit) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default routeArray 
			 |