可查看详情
This commit is contained in:
@@ -61,7 +61,9 @@ export default {
|
|||||||
return this.user.info.areaList?.length - 1
|
return this.user.info.areaList?.length - 1
|
||||||
},
|
},
|
||||||
currentPage() {
|
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: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user