同步版本

This commit is contained in:
唐明明
2021-08-24 08:53:35 +08:00
parent bfea54eb8f
commit 9a2acd3813
256 changed files with 15703 additions and 1803 deletions

View File

@@ -1,6 +1,27 @@
<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>
@@ -9,11 +30,13 @@
data() {
return {
};
}
},
methods: {
onOut(){
this.$store.commit('setToken', '')
}
}
}
</script>
<style lang="scss">
</style>