From 22ad6c4a91f95726de48a21806a2ef96deb71d1a Mon Sep 17 00:00:00 2001 From: Utopia Date: Tue, 28 Oct 2025 13:40:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20about=20=E9=A1=B5=EF=BC=8CuserInfo=20ts?= =?UTF-8?q?=20=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/about/components/request-openapi.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages-sub/about/components/request-openapi.vue b/src/pages-sub/about/components/request-openapi.vue index 64fb095..53f78ad 100644 --- a/src/pages-sub/about/components/request-openapi.vue +++ b/src/pages-sub/about/components/request-openapi.vue @@ -1,10 +1,10 @@ @@ -43,7 +43,7 @@ const { data: data2, loading: loading2, run } = useRequest(() => listAllUsingGet 请求数据如下 - {{ JSON.stringify(data) }} + {{ JSON.stringify(userInfo) }} @@ -58,7 +58,7 @@ const { data: data2, loading: loading2, run } = useRequest(() => listAllUsingGet 请求数据如下 - {{ JSON.stringify(data2) }} + {{ JSON.stringify(userList) }}