添加离线地图

This commit is contained in:
GGJ
2024-12-16 20:57:17 +08:00
parent 0cd5598e8c
commit ccd07ed110
93 changed files with 20430 additions and 126 deletions

View File

@@ -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(.*)*',