mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-07 09:50:56 +00:00
fix: 修改 dashboard rand 区域默认展示7天排行
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user