| | |
| | | |
| | | <div class="centerTitle"> |
| | | <div class="heart"> |
| | | <div class="welcome">{{ userName }},欢迎您贝思科管理中心.</div> |
| | | <div class="welcome">{{ userName }}, 欢迎您回到贝思科管理中心。</div> |
| | | <div class="time">{{ timeMsg }}</div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="upIcon iconfont"> 2</div> |
| | | </div> |
| | | |
| | | <img src="/images/manageCenter/任务总数.png" alt="" /> |
| | | <img src="/images/manageCenter/total2.png" alt="" /> |
| | | </div> |
| | | |
| | | <div class="equipmentCard"> |
| | |
| | | <div class="upIcon iconfont"> 2</div> |
| | | </div> |
| | | |
| | | <img src="/images/manageCenter/摄像机总数.png" alt="" /> |
| | | <img src="/images/manageCenter/total3.png" alt="" /> |
| | | </div> |
| | | |
| | | <div class="equipmentCard"> |
| | |
| | | <div class="downIcon iconfont"> 2</div> |
| | | </div> |
| | | |
| | | <img src="/images/manageCenter/算法总数.png" alt="" /> |
| | | <img src="/images/manageCenter/total4.png" alt="" /> |
| | | </div> |
| | | |
| | | <div class="equipmentCard"> |
| | |
| | | <div class="downIcon iconfont"> 2</div> |
| | | </div> |
| | | |
| | | <img src="/images/manageCenter/任务总数.png" alt="" /> |
| | | <img src="/images/manageCenter/total1.png" alt="" /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | productList: [ |
| | | { |
| | | name: "设备管理", |
| | | icon: "/images/manageCenter/设备管理.png", |
| | | icon: "/images/manageCenter/manage.png", |
| | | openPath: "/equipmentManagement", |
| | | path: "/equipmentList", |
| | | permission: "deviceMng", |
| | |
| | | |
| | | { |
| | | name: "算力管理", |
| | | icon: "/images/manageCenter/算力管理.png", |
| | | icon: "/images/manageCenter/manage2.png", |
| | | openPath: "/hashrate", |
| | | path: "/hashrateDetail", |
| | | permission: "analysisMng", |
| | |
| | | |
| | | { |
| | | name: "统计查询", |
| | | icon: "/images/manageCenter/算力管理.png", |
| | | icon: "/images/manageCenter/search.png", |
| | | openPath: "/searchOpen", |
| | | path: "/search", |
| | | permission: "statisticMng", |
| | | }, |
| | | |
| | | { |
| | | name: "GB28181", |
| | | icon: "/images/manageCenter/search.png", |
| | | openPath: "/GB28181Open", |
| | | path: "/GB28181Open", |
| | | permission: "statisticMng", |
| | | }, |
| | | ], |
| | |
| | | return item == route.permission; |
| | | }); |
| | | if (val) { |
| | | if (route.path === "/search") { |
| | | const { href } = this.$router.resolve({ |
| | | path: "/search", |
| | | }); |
| | | window.open(href, "_blank"); |
| | | return; |
| | | } |
| | | this.$router.push(route.path); |
| | | } else if (!userInfo.parentId) { |
| | | this.$router.push(route.openPath); |
| | |
| | | |
| | | .item { |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | |
| | | .label { |