提现发送短信
This commit is contained in:
@@ -39,6 +39,9 @@ export default {
|
|||||||
this.makeqrcode(url)
|
this.makeqrcode(url)
|
||||||
},
|
},
|
||||||
logout () {
|
logout () {
|
||||||
|
console.log(this.$local.getUserByCache().Manager.ID)
|
||||||
|
this.$api.get(this.$api.phpURL + 'api/Allow/logout?id='+this.$local.getUserByCache().Manager.ID).then(res => {
|
||||||
|
})
|
||||||
localStorage.clear()
|
localStorage.clear()
|
||||||
this.$router.replace('/login')
|
this.$router.replace('/login')
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user