hotfix/2.14.2.2405.02

This commit is contained in:
黎永顺 2024-05-23 15:42:14 +08:00
parent b7aeae0aeb
commit 655dd6afb4
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class Index extends Component {
keyword: "",
year: moment().format("YYYY"),
dateRange: [
moment(new Date()).subtract(1, "year").startOf("year").format("YYYY-MM"),
moment(new Date()).endOf("year").format("YYYY-MM")
moment(new Date()).subtract(6, "months").format("YYYY-MM"),
moment(new Date()).format("YYYY-MM")
],
showSearchAd: false,
isQuery: false,