提现发送短信
This commit is contained in:
@@ -39,6 +39,9 @@ export default {
|
||||
this.makeqrcode(url)
|
||||
},
|
||||
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()
|
||||
this.$router.replace('/login')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user