chenquansheng

fix |> 游客模式进入文章详情页显示关注按钮

... ... @@ -645,11 +645,13 @@ const app = Vue.createApp({
if (state.isLogined == 1) {
// 已登录
if (window.config.VUE_BASE_NODE === 'dev') {
showButton.value = true
showClook.value = true
} else {
clookStatus(true) // 查"关注"状态 , 更新按钮上的文字
}
} else {
showButton.value = true
showClook.value = true
}
}
... ...