From b50917f4bdf0b05c028d76d8cdbde44a85ec8b91 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 27 八月 2024 16:02:53 +0800 Subject: [PATCH] 测试完成 --- src/api/system/user.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index bcc2061..eb6f277 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -21,7 +21,7 @@ // 鏂板鐢ㄦ埛 export function addUser(data) { return request({ - url: '/system/user', + url: '/system/user/add', method: 'post', data: data }) -- Gitblit v1.9.3