From 07bb6f12403fb15a68fc439ac55d82f473b4da74 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期四, 27 七月 2023 09:46:54 +0800
Subject: [PATCH] 设备台账的第二次提交
---
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