From 6fb7cb8598c2e73011af8cce8bfc7801a61c398a Mon Sep 17 00:00:00 2001 From: "jqtmviyu@gmail.com" Date: Sun, 21 Feb 2021 20:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E4=BC=98=E5=8C=96:?= =?UTF-8?q?=20=E4=BD=BF=E7=94=A8=E9=9B=86=E4=B8=AD=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9A=84api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 14c847a..f88cc8d 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -33,7 +33,7 @@ // } async getSwiper(){ - const { message } = await this.$u.get("/home/swiperdata") + const { message } = await this.$u.api.getSwiperdata() this.swiperList = message.map(v=>({...v,image:v.image_src})) } }