This commit is contained in:
2020-08-10 17:30:41 +08:00
parent 0c8e81f484
commit 8df5bc2701
2 changed files with 3 additions and 2 deletions

View File

@@ -256,6 +256,7 @@ export default {
},
methods: {
customers(){
console.log(this.$store.state.hasLogin)
if(!this.$store.state.hasLogin){
this.$refs.uToast.show({
title: "请先登录",