可查看详情

This commit is contained in:
aixianling
2022-03-22 22:52:01 +08:00
parent 3fe0c5ab05
commit 54f71407ad

View File

@@ -61,7 +61,9 @@ export default {
return this.user.info.areaList?.length - 1
},
currentPage() {
return this.$route.hash?.substring(1) || newsList
return this.$route.hash == "#video" ? videoDetail :
this.$route.hash == "#news" ? newsDetail :
this.$route.hash?.substring(1) || newsList
}
},
methods: {