Skip to content

Commit

Permalink
perf: 历史记录
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Oct 25, 2024
1 parent 849c7c1 commit 117f901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ export default {
User.isLogin() && postHistory({
source_type: appKey,
source_id: this.id,
source_id: ~~this.id,
link: location.href,
title: this.post.post_title,
title: this.post?.post_title,
});
})
.then(() => {
Expand Down

0 comments on commit 117f901

Please sign in to comment.