From 85205caa74aba6f8100b57361b8890c45478a5c7 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Tue, 5 Aug 2025 21:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/user/user.js b/api/user/user.js index 08f3b73..7706104 100644 --- a/api/user/user.js +++ b/api/user/user.js @@ -17,7 +17,7 @@ export const selectNewApp = (data) => { export const selectUserById = (data) => { return http.request({ url: '/user/selectUserById', - method: 'POST', + method: 'get', data: data }) }