技术监督计划-实施问题改为新页面跳转
This commit is contained in:
@@ -58,7 +58,6 @@ export const adminBaseRoute = {
|
||||
title: pageTitle('router.eventView')
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -85,7 +84,7 @@ export const adminBaseRoute = {
|
||||
meta: {
|
||||
title: pageTitle('router.schemeHistory')
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -121,12 +120,21 @@ export const adminBaseRoute = {
|
||||
},
|
||||
{
|
||||
path: 'ProgramReviewInter',
|
||||
component: () => import('@/views/pqs/supervise/interfere/components/normalizationManager/programReview.vue'),
|
||||
component: () =>
|
||||
import('@/views/pqs/supervise/interfere/components/normalizationManager/programReview.vue'),
|
||||
name: 'ProgramReview',
|
||||
meta: {
|
||||
title: pageTitle('router.programReview')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'effectProblem',
|
||||
component: () => import('@/views/pqs/supervise/plan/components/effectProblem/index.vue'),
|
||||
name: 'PlanEffectProblem',
|
||||
meta: {
|
||||
title: pageTitle('router.effectProblem')
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: 'manager/model/edit',
|
||||
// component: () => import('@/views/bpm/model/editor/index.vue'),
|
||||
@@ -151,9 +159,9 @@ export const adminBaseRoute = {
|
||||
// activeMenu: '/bpm/manager/model'
|
||||
// }
|
||||
// },
|
||||
|
||||
]
|
||||
}, /*{
|
||||
},
|
||||
/*{
|
||||
path: '/bpm',
|
||||
name: 'bpm',
|
||||
meta: {
|
||||
@@ -179,7 +187,6 @@ export const adminBaseRoute = {
|
||||
|
||||
]
|
||||
},*/
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
@@ -191,7 +198,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
|
||||
adminBaseRoute,
|
||||
{
|
||||
path: '/',
|
||||
redirect: (to) => {
|
||||
redirect: to => {
|
||||
return {
|
||||
name: 'adminMainLoading'
|
||||
}
|
||||
@@ -221,7 +228,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
// 后台找不到页面了-可能是路由未加载上
|
||||
path: adminBaseRoutePath + ':path(.*)*',
|
||||
redirect: (to) => {
|
||||
redirect: to => {
|
||||
return {
|
||||
name: 'adminMainLoading',
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user