forked from drone/command-center-dashboard

shuishen
2025-04-21 a536b494ca955c8a669f127d35d8e7e72789cbd2
feat:删除无用store方法调用
1 files modified
3 ■■■■ changed files
src/views/SignMachineNest/MachineLeft/MachineLeft.vue 3 ●●●● patch | view | raw | blame | history
src/views/SignMachineNest/MachineLeft/MachineLeft.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2025-04-21 16:15:34
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2025-04-21 19:31:07
 * @LastEditTime: 2025-04-21 19:41:09
 * @FilePath: \command-center-dashboard\src\views\SignMachineNest\MachineLeft\MachineLeft.vue
 * @Description: 
 * 
@@ -35,7 +35,6 @@
const goBack = () => {
    store.commit('setSingleUavHome', {})
    store.commit('setFootActiveIndex', 0)
    // store.commit('setOsdVisibleInfo', {});
}
</script>