主线路图

This commit is contained in:
白菜
2025-07-11 00:14:58 +08:00
parent 2509077842
commit be4d99fb94
10 changed files with 230 additions and 2 deletions

View File

@ -43,6 +43,12 @@ export const dzjk=[
name: 'DzjkHome',
meta: { title: '站点首页',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DzjkHome' }
},
{
path: '/dzjk/zxlt',
component: () => import('@/views/ems/dzjk/zxlt/index.vue'),
name: 'DzjkZxlt',
meta: { title: '主线路图',breadcrumb: false,activeMenu: '/dzjk',activeSecondMenuName:'DzjkZxlt' }
},
{
path: '/dzjk/sbjk',
component: () => import('@/views/ems/dzjk/sbjk/index.vue'),