fix: 修改 dashboard rand 区域默认展示7天排行

This commit is contained in:
Aaron3S 2023-02-21 14:27:03 +08:00 committed by huailei
parent a3b62efa1c
commit 932cd5fb36

View File

@ -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() {