| | |
| | | <div class="fullScreenheart"> |
| | | <!-- 面包屑 --> |
| | | <el-breadcrumb separator=">"> |
| | | <el-breadcrumb-item :to="{ path: '/manageCenter' }" |
| | | >管理中心</el-breadcrumb-item |
| | | > |
| | | <el-breadcrumb-item :to="{ path: '/manageCenter' }">管理中心</el-breadcrumb-item> |
| | | <el-breadcrumb-item>算力管理</el-breadcrumb-item> |
| | | </el-breadcrumb> |
| | | |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import IndexHeader from "@/components/IndexHeader"; |
| | | import AlgManage from "@/views/hashrate/AlgManage"; |
| | | import HashManage from "@/views/hashrate/HashManage"; |
| | | import CameraManage from "@/views/hashrate/CameraManage"; |
| | | import Footer from "@/components/Footer"; |
| | | import IndexHeader from "@/components/IndexHeader" |
| | | import AlgManage from "@/views/hashrate/AlgManage" |
| | | import HashManage from "@/views/hashrate/HashManage" |
| | | import CameraManage from "@/views/hashrate/CameraManage" |
| | | import Footer from "@/components/Footer" |
| | | export default { |
| | | components: { |
| | | IndexHeader, |
| | | AlgManage, |
| | | HashManage, |
| | | CameraManage, |
| | | Footer, |
| | | Footer |
| | | }, |
| | | data() { |
| | | return { |
| | | tabsArr: ["算法管理", "摄像机管理", "算力管理"], |
| | | activeTab: "算法管理", |
| | | }; |
| | | activeTab: "算法管理" |
| | | } |
| | | }, |
| | | |
| | | methods: {}, |
| | | }; |
| | | methods: {} |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |