From 9bb4f83d876a1a6164a32e10aaf5e7209a388576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Tue, 17 Dec 2024 11:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8Capi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/system/user.ts b/src/api/system/user.ts index a8b5e22..f4eb1f4 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -30,6 +30,9 @@ export function register(params) { url: `/register`, method: 'POST', params, + }, + { + isTransformResponse: false, }); }