feat: ops接口ts文件

This commit is contained in:
lzh
2026-02-03 15:37:52 +08:00
parent feb196ead8
commit 9a9263f7a1
4 changed files with 283 additions and 38 deletions

View File

@@ -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',