提现发送短信

This commit is contained in:
“wanyongkang”
2023-07-30 18:57:07 +08:00
parent be88d3118b
commit ea892f49c7

View File

@@ -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')
}, },