优化Buyer端展示

master
Yer 2023-07-14 13:42:35 +08:00
parent 873764b59e
commit 6feb650f06
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export default {
.advertising {
height: 80px;
width: 100%;
background-color: $theme_color;
text-align: center;
overflow: hidden;
position: relative;

View File

@ -154,7 +154,8 @@ export default {
methods: {
//
entryControl(val) {
this.$router.push(val.path)
let url = this.$router.resolve(val.path);
window.open(url.href, '_blank');
},
},
mounted() {