From 2154daea5763a1bdcd2d4e85be2ca70d8e732e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Sat, 25 May 2024 15:00:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BD=BF=E7=94=A8=E4=BB=A3=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/home/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index e35ebe2..b1b15f8 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -206,7 +206,7 @@ arrayFormat: 'repeat' }) uni.request({ - url: '/apis/api.content.halo.run/v1alpha1/posts?' + paramsStr, + url: this.$baseApiUrl + '/apis/api.content.halo.run/v1alpha1/posts?' + paramsStr, method: 'GET', params: this.queryParams, success: (res) => { @@ -247,7 +247,7 @@ arrayFormat: 'repeat' }) uni.request({ - url: '/apis/api.content.halo.run/v1alpha1/posts?' + paramsStr, + url: this.$baseApiUrl + '/apis/api.content.halo.run/v1alpha1/posts?' + paramsStr, method: 'GET', params: this.queryParams, success: (res) => {