diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index 6960a60..b391fca 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -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); })