mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
upd debuger
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
let currentUserName = GetCookie("SpUserName");
|
||||
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||
.then((response) => {
|
||||
console.log(`route - ${this.$route}`)
|
||||
console.log(`route - ${this.$route.name}`)
|
||||
this.balance = response.currentMoney;
|
||||
console.log(response);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user