Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenquansheng
2024-08-22 18:58:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61609d11a6cb4a285933915e0fa80ea7c08be12e
61609d11
1 parent
60ec4c83
fix |> 游客模式进入文章详情页显示关注按钮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/resources/rawfile/apph5/js/index.js
sight_harmony/features/wdComponent/src/main/resources/rawfile/apph5/js/index.js
View file @
61609d1
...
...
@@ -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
}
}
...
...
Please
register
or
login
to post a comment