applications/drone-command/src/mac/lock.vue
@@ -20,6 +20,9 @@ <script> import { mapGetters } from 'vuex'; import { logOutFun } from '@/utils/util' export default { data() { return { @@ -34,7 +37,7 @@ methods: { handleLogout() { this.$store.dispatch('LogOut').then(() => { this.$router.push({ path: '/login' }); logOutFun() }); }, handleLogin() {