deleted debugger for route

This commit is contained in:
Kostya
2023-12-04 14:26:50 +03:00
parent c4b6f9f0f1
commit cb20a1e053

View File

@@ -76,7 +76,6 @@ 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.name}`)
this.balance = response.currentMoney; this.balance = response.currentMoney;
console.log(response); console.log(response);
}) })