mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-14 23:44:16 +00:00
fix: 修改 dashboard rand 区域默认展示7天排行
This commit is contained in:
parent
a3b62efa1c
commit
932cd5fb36
@ -46,7 +46,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
tableData: [],
|
||||
tableUrl: this.config.url + `&days=1`
|
||||
tableUrl: this.config.url + `&days=7`
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
Loading…
Reference in New Issue
Block a user