added console log for debugging route

This commit is contained in:
Kostya
2023-12-04 14:16:56 +03:00
parent 2545cf0f83
commit 0f9a55fd1d

View File

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