我的资产调整首页调整提交企业认证接口调整

This commit is contained in:
唐明明
2021-09-13 17:51:11 +08:00
parent c0ef48f7cf
commit ac59089e29
83 changed files with 7251 additions and 2958 deletions

View File

@@ -148,6 +148,9 @@
</view>
</view>
</view>
<view class="">
<button type="default" @click="outLogin">退出登录</button>
</view>
<!-- 版权信息 -->
<view class="copyright">易品新境 beta 1.0.0</view>
</view>
@@ -161,7 +164,9 @@
}
},
methods: {
outLogin(){
this.$store.commit('setToken', '')
}
}
}
</script>