diff --git a/src/App.vue b/src/App.vue index 47ecfd1..6dfbc9b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,8 +19,8 @@
-

地址:福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司(香槟国际)

-

飞阳建筑集团 版权所有

+

地址:福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司

+

飞阳建设集团 版权所有

闽ICP备12004115号-1 diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 1b14b50..de2a515 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -89,8 +89,11 @@
-
- +
+ + + +
@@ -231,11 +234,17 @@ export default { hyDtai().then((res) => { this.hydata.src = res.data[0].picture this.hydata.content = res.data[0].content + this.hydata.url=res.data[0].url }) //背景图文轮播图 smallPicture().then((res) => { - console.log(res.data,'res') - this.smallPicturearr = res.data + + + let newarr= res.data.filter((item)=>{ + return item.state=='true' + }) + + this.smallPicturearr = newarr this.$nextTick(() => { new Swiper('.swiper2', { slidesPerView: 3, @@ -263,7 +272,7 @@ export default { }) //新闻展示 getnews({ 'page': 0 }).then((res) => { - this.newsitem = res.data.content[1] + this.newsitem = res.data.content[0] }) //图文展示 backgroundText().then((res) => { diff --git a/src/views/aboutus.vue b/src/views/aboutus.vue index ba195b9..513a02c 100644 --- a/src/views/aboutus.vue +++ b/src/views/aboutus.vue @@ -177,8 +177,6 @@
- -
@@ -192,8 +190,6 @@
- -
diff --git a/src/views/contactus.vue b/src/views/contactus.vue index f2b12cc..bfac071 100644 --- a/src/views/contactus.vue +++ b/src/views/contactus.vue @@ -19,8 +19,8 @@
CREATING VALUE
-

飞阳建筑工程有限公司

-

地址:福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司(香槟国际) +

飞阳建设工程有限公司

+

地址:福建省莆田市荔城区荔园中路西侧50米飞阳建设工程有限公司

电话:05943613551

传真:05943613551

diff --git a/src/views/news.vue b/src/views/news.vue index cda82f9..ccbbc40 100644 --- a/src/views/news.vue +++ b/src/views/news.vue @@ -54,6 +54,7 @@
diff --git a/src/views/project.vue b/src/views/project.vue index 195db47..f8ccf99 100644 --- a/src/views/project.vue +++ b/src/views/project.vue @@ -30,7 +30,7 @@
-
+
该工程暂无内容展示