From 57edffda445efc23fd17752dbb36fc1b91c0716a Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期三, 19 七月 2023 14:41:41 +0800
Subject: [PATCH] 标准库第二次修改的bug补交

---
 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