Skip to content

Commit

Permalink
fix: 修复推荐页面帖子无法显示的BUG,实现通知点击帖子跳转功能,实现关注用户功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx committed Mar 29, 2024
2 parents 1dcba2d + 6d17963 commit 8207ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/home/show-recommend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@
import PostDetail from '../posts/post-information.vue'
import { get } from '@/utils/request'
import { ref, onMounted, watch } from 'vue'
import { post } from '@/utils/request'
import {errorMsg} from "@/utils/message";
import {useStore} from "@/store";
const store = useStore()
const storageContent = ref<any>({
Expand Down

0 comments on commit 8207ee7

Please sign in to comment.