Skip to content

Commit

Permalink
chore: set default year to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ddio committed Jul 29, 2024
1 parent 6e29c90 commit cdf30fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esg-ui/pages/industry/_industry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
return industry || industries[0]
},
year () {
return this.$route.query.year || '2020'
return this.$route.query.year || '2022'
},
yearList () {
return [...new Set(this.stats.body.map(stat => stat.年份))]
Expand Down

0 comments on commit cdf30fb

Please sign in to comment.