From c046e4554ba8fd99614484d8fb636650072b833e Mon Sep 17 00:00:00 2001 From: pigeoner <2390730311@qq.com> Date: Tue, 21 Mar 2023 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20Editor=20=E7=9A=84?= =?UTF-8?q?=20z-index=20=E4=BD=BF=E5=85=B6=E4=B8=8D=E4=BC=9A=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E3=80=8E=E7=BB=BC=E5=90=88=E7=A4=BA=E4=BE=8B=20-=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=8F=E7=95=8C=E9=9D=A2=E7=9A=84=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login/index.ts | 4 ++-- src/components/Editor/src/Editor.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/login/index.ts b/src/api/login/index.ts index acb26e1..ccddc37 100644 --- a/src/api/login/index.ts +++ b/src/api/login/index.ts @@ -18,8 +18,8 @@ export const getUserListApi = ({ params }: AxiosConfig) => { code: string data: { list: UserType[] - total: number - } + total: number + } }>({ url: '/user/list', params }) } diff --git a/src/components/Editor/src/Editor.vue b/src/components/Editor/src/Editor.vue index f45b096..5f73164 100644 --- a/src/components/Editor/src/Editor.vue +++ b/src/components/Editor/src/Editor.vue @@ -116,7 +116,7 @@ defineExpose({