添加离线地图
This commit is contained in:
@@ -116,7 +116,7 @@ export const adminBaseRoute = {
|
||||
name: 'BpmProcessInstanceDetail',
|
||||
meta: {
|
||||
title: pageTitle('router.instanceDetail')
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'ProgramReviewInter',
|
||||
@@ -161,6 +161,14 @@ export const adminBaseRoute = {
|
||||
// },
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/boX',
|
||||
name: 'boX',
|
||||
component: () => import('@/components/echarts/boX.vue'),
|
||||
meta: {
|
||||
title: pageTitle('boX')
|
||||
}
|
||||
}
|
||||
/*{
|
||||
path: '/bpm',
|
||||
name: 'bpm',
|
||||
@@ -233,6 +241,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
|
||||
title: pageTitle('previewFile')
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
// 后台找不到页面了-可能是路由未加载上
|
||||
path: adminBaseRoutePath + ':path(.*)*',
|
||||
|
||||
Reference in New Issue
Block a user