修复后台菜单问题

This commit is contained in:
2025-12-23 10:06:18 +08:00
parent 2d44b8764d
commit 5691a3f677
39 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class VisitStatsService
$userId = $userId ?? Request::ip();
// 使用管道提高性能
$pipe = $this->redis->multi();
// $pipe = $this->redis->multi();
// 总访问量(PV)
$pipe->incr($this->prefix.'total_visits');