mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化Buyer端展示
This commit is contained in:
@@ -24,7 +24,7 @@ export default {
|
||||
.advertising {
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
background-color: $theme_color;
|
||||
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user