feat: ops接口ts文件
This commit is contained in:
@@ -11,6 +11,16 @@ const routes: RouteRecordRaw[] = [
|
||||
hideInMenu: true,
|
||||
},
|
||||
children: [
|
||||
// 业务区域管理
|
||||
{
|
||||
path: 'area',
|
||||
name: 'OpsBusArea',
|
||||
meta: {
|
||||
title: '业务区域管理',
|
||||
activePath: '/ops/config/area',
|
||||
},
|
||||
component: () => import('#/views/ops/area/index.vue'),
|
||||
},
|
||||
// 保洁工单详情
|
||||
{
|
||||
path: 'cleaning/work-order/detail/:id',
|
||||
|
||||
Reference in New Issue
Block a user