diff --git a/buyer/src/components/advertising/FixedTop.vue b/buyer/src/components/advertising/FixedTop.vue index 0a2d686d..2c9b012b 100644 --- a/buyer/src/components/advertising/FixedTop.vue +++ b/buyer/src/components/advertising/FixedTop.vue @@ -24,7 +24,7 @@ export default { .advertising { height: 80px; width: 100%; - background-color: $theme_color; + text-align: center; overflow: hidden; position: relative; diff --git a/buyer/src/components/indexDecorate/modelList/Carousel.vue b/buyer/src/components/indexDecorate/modelList/Carousel.vue index 01605a74..8050fdb4 100644 --- a/buyer/src/components/indexDecorate/modelList/Carousel.vue +++ b/buyer/src/components/indexDecorate/modelList/Carousel.vue @@ -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() {