|
|
@ -36,7 +36,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ |
|
|
|
{ |
|
|
|
path: '/redirect', |
|
|
|
component: Layout, |
|
|
|
name: 'Redirect', |
|
|
|
name: '', |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: '/redirect/:path(.*)', |
|
|
@ -184,37 +184,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ |
|
|
|
title: t('router.login'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
},{ |
|
|
|
path: '/forgetPassword', |
|
|
|
component: () => import('@/views/login/forgetPassword.vue'), |
|
|
|
name: 'ForgetPassword', |
|
|
|
meta: { |
|
|
|
hidden: true, |
|
|
|
title: t('router.login'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/updatePassword', |
|
|
|
component: () => import('@/views/login/updatePassword.vue'), |
|
|
|
name: 'UpdatePassword', |
|
|
|
meta: { |
|
|
|
hidden: true, |
|
|
|
title: t('router.login'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/updatePasswordNewTips', |
|
|
|
component: () => import('@/views/login/updatePasswordNewTips.vue'), |
|
|
|
name: 'UpdatePasswordNewTips', |
|
|
|
meta: { |
|
|
|
hidden: true, |
|
|
|
title: t('router.login'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/sso', |
|
|
|
component: () => import('@/views/login/login.vue'), |
|
|
@ -255,26 +225,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/purchasereceiptReport', |
|
|
|
component: () => import('@/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptReport/index.vue'), |
|
|
|
name: 'purchasereceiptReport', |
|
|
|
meta: { |
|
|
|
hidden: true, |
|
|
|
title: t('ts.查看质检报告'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/supplierResume', |
|
|
|
component: () => import('@/views/wms/purchasereceiptManage/supplierdeliver/supplierResume/index.vue'), |
|
|
|
name: 'supplierResume', |
|
|
|
meta: { |
|
|
|
hidden: true, |
|
|
|
title: t('ts.查看履历表'), |
|
|
|
noTagsView: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/bpm', |
|
|
|
component: Layout, |
|
|
|