修改从新接口获取数据
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 13:42:46 +08:00
parent e0f872bf3d
commit fafc958811

View File

@@ -282,11 +282,8 @@ $(function () {
});
}
function initFooter() {
if (!sessionStorage.commentData) {
// 始终从后端获取最新通用配置,避免缓存导致配置不生效
getCommentInfo();
} else {
setCommData();
}
}
// 首页渲染
// $("#header").load("/web/default/public/header.html", function () {