This commit is contained in:
gongfuxiang
2025-04-25 20:21:19 +08:00
parent cbea8309ac
commit 2786d9db57
148 changed files with 2158 additions and 645 deletions

View File

@ -101,7 +101,7 @@ class Index extends Common
// 用户是否有数据统计权限
$is_stats = AdminIsPower('index', 'stats');
MyViewAssign('is_stats', $is_stats);
if($is_stats == 1)
if($is_stats)
{
// 默认时间
$default_day = '30-day';