| | |
| | | <!-- |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2025-04-21 16:15:34 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2025-04-21 19:31:07 |
| | | * @FilePath: \command-center-dashboard\src\views\SignMachineNest\MachineLeft\MachineLeft.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2025 by shuishen, All Rights Reserved. |
| | | --> |
| | | <template> |
| | | <div class="machine-left"> |
| | | <!--时间 天气--> |
| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import CommonWeather from '@/components/CommonWeather.vue'; |
| | | import MachineData from './MachineData.vue'; |
| | | import InspectionRaskDetails from './InspectionRaskDetails.vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | import { useStore } from 'vuex'; |
| | | import CommonWeather from '@/components/CommonWeather.vue' |
| | | import MachineData from './MachineData.vue' |
| | | import InspectionRaskDetails from './InspectionRaskDetails.vue' |
| | | import { useRouter } from 'vue-router' |
| | | import { useStore } from 'vuex' |
| | | |
| | | const router = useRouter(); |
| | | const router = useRouter() |
| | | const store = useStore() |
| | | |
| | | const goBack = () => { |
| | | store.commit('setSingleUavHome', {}); |
| | | store.commit('setFootActiveIndex', 0); |
| | | store.commit('setOsdVisibleInfo', {}); |
| | | }; |
| | | store.commit('setSingleUavHome', {}) |
| | | store.commit('setFootActiveIndex', 0) |
| | | // store.commit('setOsdVisibleInfo', {}); |
| | | } |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |