| | |
| | | path: "/video", |
| | | icon: "VideoCameraFilled", |
| | | }, |
| | | { |
| | | title: "用户管理", |
| | | path: "/userManagement", |
| | | icon: "UserFilled" |
| | | }, |
| | | { |
| | | title: "资产管理", |
| | | path: "/asset", |
| | | icon: "School", |
| | | children: [ |
| | | { |
| | | title: "门禁资产管理", |
| | | path: "/asset/accessControl", |
| | | }, |
| | | { |
| | | title: "空调资产管理", |
| | | path: "/asset/air", |
| | | }, |
| | | { |
| | | title: "视频监控资产管理", |
| | | path: "/asset/video", |
| | | }, |
| | | { |
| | | title: "机房采集模块管理", |
| | | path: "/asset/homeModule", |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // title: "用户管理", |
| | | // path: "/userManagement", |
| | | // icon: "UserFilled" |
| | | // }, |
| | | // { |
| | | // title: "资产管理", |
| | | // path: "/asset", |
| | | // icon: "School", |
| | | // children: [ |
| | | // { |
| | | // title: "门禁资产管理", |
| | | // path: "/asset/accessControl", |
| | | // }, |
| | | // { |
| | | // title: "空调资产管理", |
| | | // path: "/asset/air", |
| | | // }, |
| | | // { |
| | | // title: "视频监控资产管理", |
| | | // path: "/asset/video", |
| | | // }, |
| | | // { |
| | | // title: "机房采集模块管理", |
| | | // path: "/asset/homeModule", |
| | | // } |
| | | // ] |
| | | // }, |
| | | ]; |
| | | |
| | | watchEffect(()=>{ |