|  |  | 
 |  |  |     component: () => import('@/views/login'), | 
 |  |  |     hidden: true | 
 |  |  |   }, | 
 |  |  |     { | 
 |  |  |     path: '/loginSSO', | 
 |  |  |     component: () => import('@/views/loginSSO'), | 
 |  |  |     hidden: true | 
 |  |  |   }, | 
 |  |  |   { | 
 |  |  |     path: '/sf', | 
 |  |  |     component: () => import('@/views/outsideChainnew'), | 
 |  |  | 
 |  |  |   { | 
 |  |  |     path: '/xj', | 
 |  |  |     component: () => import('@/views/outsideChainxjnew'), | 
 |  |  |     hidden: true | 
 |  |  |   }, | 
 |  |  |   { | 
 |  |  |     path: '/satisfaction', | 
 |  |  |     component: () => import('@/views/satisfaction'), | 
 |  |  |     hidden: true | 
 |  |  |   }, | 
 |  |  |   { | 
 |  |  | 
 |  |  |     component: () => import('@/views/error/401'), | 
 |  |  |     hidden: true | 
 |  |  |   }, | 
 |  |  |   // { | 
 |  |  |   //   path: '', | 
 |  |  |   //   component: Layout, | 
 |  |  |   //   redirect: 'index', | 
 |  |  |   //   children: [ | 
 |  |  |   //     { | 
 |  |  |   //       path: 'index', | 
 |  |  |   //       component: () => import('@/views/index'), | 
 |  |  |   //       name: 'Index', | 
 |  |  |   //       meta: { title: '首页', icon: 'dashboard', affix: true } | 
 |  |  |   //     } | 
 |  |  |   //   ] | 
 |  |  |   // }, | 
 |  |  |   { | 
 |  |  |     path: '', | 
 |  |  |     component: Layout, | 
 |  |  |     redirect: 'index', | 
 |  |  |     children: [ | 
 |  |  |       { | 
 |  |  |         path: 'index', | 
 |  |  |         component: () => import('@/views/index'), | 
 |  |  |         name: 'Index', | 
 |  |  |         meta: { title: '首页', icon: 'dashboard', affix: true } | 
 |  |  |       } | 
 |  |  |     ] | 
 |  |  |   }, | 
 |  |  |   { | 
 |  |  |     path: '/user', | 
 |  |  |     component: Layout, |