From 4a8efc53405efe0d20312694d39fbd8184badb39 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期二, 15 八月 2023 17:14:23 +0800 Subject: [PATCH] 8.15提交 --- src/api/user.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index 915b99d..4aaf85d 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -15,8 +15,8 @@ // 鑾峰彇鐢ㄦ埛淇℃伅 export function getInfo() { return request({ - url: '/user/info', - method: 'get' + url: '/user/getUserById', + method: 'post' }) } -- Gitblit v1.9.3