|
@@ -210,12 +210,13 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
goContent (item) {
|
|
|
- this.$router.push({
|
|
|
+ const routeData = this.$router.resolve({
|
|
|
name: 'content',
|
|
|
params: {
|
|
|
id: item.id
|
|
|
}
|
|
|
})
|
|
|
+ window.open(routeData.href, '_blank')
|
|
|
},
|
|
|
async getHome () {
|
|
|
getHomeHot({ sign: 'new', num: 10 }).then(res => {
|
|
@@ -412,7 +413,9 @@ export default {
|
|
|
|
|
|
.hot-down-group {
|
|
|
border-radius: 12px;
|
|
|
- background: url("~@/assets/images/dateGetBg.png") no-repeat;
|
|
|
+ background: radial-gradient(circle at 50% 50%, #FAEACD 0%, #FFF8EA 100%);
|
|
|
+ background-image: url("~@/assets/images/dateGetBg.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
width: 100%;
|