更新若干代码

This commit is contained in:
2025-05-19 15:33:43 +08:00
parent a7b82e1e26
commit 3f7b87cdb5
36 changed files with 1590 additions and 673 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ function updateTime() {
// 获取文章统计数据
function getArticleCounts() {
fetch('{:url("article/counts")}')
fetch('{:url("articles/counts")}')
.then(response => response.json())
.then(res => {
console.log('文章统计接口返回数据:', res);