diff --git a/components/kl-login/index.vue b/components/kl-login/index.vue index e3ae1be..5d64538 100644 --- a/components/kl-login/index.vue +++ b/components/kl-login/index.vue @@ -3,7 +3,7 @@
diff --git a/components/kl-nav-tab/index.vue b/components/kl-nav-tab/index.vue
index 5a6960e..f47046a 100644
--- a/components/kl-nav-tab/index.vue
+++ b/components/kl-nav-tab/index.vue
@@ -89,7 +89,7 @@
// 是否登录
const isLogin = computed(() => {
- console.log('userStore.token', userStore);
+ console.log('userStore.token', refreshToken.getToken());
return !!userStore.token
})
diff --git a/pages/home/components/LoginForm.vue b/pages/home/components/LoginForm.vue
index 631d36d..0494ae2 100644
--- a/pages/home/components/LoginForm.vue
+++ b/pages/home/components/LoginForm.vue
@@ -1,75 +1,75 @@
- 我的积分: {{ userStaticInfo?.pointCount || 0 }}
+ 我的积分: {{ userStaticInfo?.pointCount || 0 }}
- 我的收藏: {{ userStaticInfo?.followCount || 0 }}
+ 我的收藏: {{ userStaticInfo?.followCount || 0 }}
- 我的发布: {{ userStaticInfo?.projectCount || 0 }}
+ 我的发布: {{ userStaticInfo?.projectCount || 0 }}
- 我的下载: {{ userStaticInfo?.downloadCount || 0 }}
+ 我的下载: {{ userStaticInfo?.downloadCount || 0 }}