Skip to content

Commit 3c02a98

Browse files
committed
修复查看独立ip时候的时间变化
1 parent d6d1f15 commit 3c02a98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bmclapi_dashboard/static/js/index.min.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,14 +2789,12 @@ app.$Menu.add("dashboard", new class {
27892789
percent_func(1)
27902790
this.pro_stats = data
27912791
this.drawGlobals()
2792-
this.drawGEO()
27932792
}).finally(() => {
27942793
percent_func(2)
27952794
})
27962795
$MainSocket.send("geo_stats", { type: this.data_day_option }).then((data) => {
27972796
percent_func(1)
27982797
this.geo_stats = data
2799-
this.drawGlobals()
28002798
this.drawGEO()
28012799
}).finally(() => {
28022800
percent_func(2)
@@ -3487,11 +3485,9 @@ app.$Menu.add("dashboard", new class {
34873485
$MainSocket.send("pro_stats", { type: this.data_day_option }).then((data) => {
34883486
this.pro_stats = data
34893487
this.drawGlobals()
3490-
this.drawGEO()
34913488
})
34923489
$MainSocket.send("geo_stats", { type: this.data_day_option }).then((data) => {
34933490
this.geo_stats = data
3494-
this.drawGlobals()
34953491
this.drawGEO()
34963492
})
34973493
}, 0, 360000)

0 commit comments

Comments
 (0)