From a7941626a53dbd4b48185dad39641d4c1632b3eb Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 21 Apr 2026 10:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=92=8C?= =?UTF-8?q?=E8=A1=8C=E4=B8=9A=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/carousel.vue | 13 +---- src/views/index/index.vue | 40 +++++++------- src/views/industrySolutions/index.vue | 1 + src/views/productCenter/index.vue | 75 ++++++++++++++++----------- 4 files changed, 68 insertions(+), 61 deletions(-) diff --git a/src/views/index/carousel.vue b/src/views/index/carousel.vue index af0d029..b70d2e9 100644 --- a/src/views/index/carousel.vue +++ b/src/views/index/carousel.vue @@ -26,19 +26,8 @@ export default { } }, mounted() { - this.getData() }, - methods:{ - getData(){ - getPortalList({ - portalConfigType:1, - pageNum:1, - pageSize:100 - }).then(e=>{ - console.log(e.rows) - // this.bannerList = e.rows - }) - } + methods: { }, } diff --git a/src/views/index/index.vue b/src/views/index/index.vue index b8c0f58..48e2558 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -1,6 +1,6 @@