mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
Update home.component.ts
This commit is contained in:
parent
379e0c4559
commit
b687efb934
@ -36,7 +36,7 @@ import worldMap from '../../../shared/map/json/world.zh.json';
|
||||
export class HomeComponent implements OnInit {
|
||||
simulateData: any[] = [];
|
||||
//当月新增
|
||||
newUsers!: any[];
|
||||
newUsers: number = 0;
|
||||
//当月活动
|
||||
activeUsers: number = 0;
|
||||
//当天统计
|
||||
@ -48,7 +48,7 @@ export class HomeComponent implements OnInit {
|
||||
|
||||
totalApps: number = 0;
|
||||
//在线用户
|
||||
onlineUsers!: any[];
|
||||
onlineUsers: number = 0;
|
||||
//当日
|
||||
dayData: any[] = [];
|
||||
//当月
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user