Files
barter-app/pages/property/index.vue
2021-08-24 08:53:35 +08:00

43 lines
584 B
Vue

<template>
<view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<view class="androidwx">
321312
</view>
<button type="default" @click="onOut">退出登录</button>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
onOut(){
this.$store.commit('setToken', '')
}
}
}
</script>