upd debuger

This commit is contained in:
Kostya
2023-12-04 14:21:46 +03:00
parent 0f9a55fd1d
commit acbf2420cb

View File

@@ -76,7 +76,7 @@ export default {
let currentUserName = GetCookie("SpUserName"); let currentUserName = GetCookie("SpUserName");
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken")) GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
.then((response) => { .then((response) => {
console.log(`route - ${this.$route}`) console.log(`route - ${this.$route.name}`)
this.balance = response.currentMoney; this.balance = response.currentMoney;
console.log(response); console.log(response);
}) })