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