From f22b728ab7a132486c3d5ca4fa9135b25e301473 Mon Sep 17 00:00:00 2001 From: xiaowen <372193233@qq.com> Date: Thu, 7 Apr 2022 13:49:44 +0800 Subject: [PATCH] cxw-010203 --- src/api/public/login/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/public/login/index.js b/src/api/public/login/index.js index ed0f1f1..52ae713 100644 --- a/src/api/public/login/index.js +++ b/src/api/public/login/index.js @@ -29,7 +29,7 @@ export function quit(params) { export function userInfo(params) { return httpService({ url: `/user/manageUser/userInfo`, - method: 'post', - data: params, + method: 'get', + params }) }