diff --git a/tonecn/src/components/Blog/BlogComment.vue b/tonecn/src/components/Blog/BlogComment.vue index c771eae..43d3b13 100644 --- a/tonecn/src/components/Blog/BlogComment.vue +++ b/tonecn/src/components/Blog/BlogComment.vue @@ -25,7 +25,7 @@ const getStatusText = computed(() => { const loadComment = async () => { try { - let commentRes:BaseResponseData = await request.get(`/blogComment?bloguuid=${bloguuid}`); + let commentRes: BaseResponseData = await request.get(`/blogComment?bloguuid=${bloguuid}`); if (commentRes.code == 0) { blogCommentList.splice(0, blogCommentList.length); blogCommentList.push(...commentRes.data); @@ -47,49 +47,16 @@ watch(model, (newValue, oldValue) => { - \ No newline at end of file + \ No newline at end of file diff --git a/tonecn/src/components/Blog/BlogContentToolBar.vue b/tonecn/src/components/Blog/BlogContentToolBar.vue index 70de3ee..ee0abea 100644 --- a/tonecn/src/components/Blog/BlogContentToolBar.vue +++ b/tonecn/src/components/Blog/BlogContentToolBar.vue @@ -86,12 +86,12 @@ const submitComment = async () => { - \ No newline at end of file diff --git a/tonecn/src/views/Blog.vue b/tonecn/src/views/Blog.vue index 5da80cb..1d45f96 100644 --- a/tonecn/src/views/Blog.vue +++ b/tonecn/src/views/Blog.vue @@ -29,7 +29,7 @@ onMounted(async () => {
加载中,请稍后...
- {{ item.title }} + {{ item.title }}
{{ item.description }}
{{ timestampToString(+item.publish_time) }} —— {{ formateTimes(item.visit_count) }} 次访问
diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 484d955..abc49af 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -72,13 +72,13 @@ onUnmounted(() => { })