可查看详情
This commit is contained in:
		| @@ -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: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user