修复问题

pull/1/head
面包骑士 2024-09-25 19:31:58 +08:00
parent 126f39bc0e
commit f701ae8256
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export function getUser(userId) {
// 新增用户 // 新增用户
export function addUser(data) { export function addUser(data) {
return request({ return request({
url: '/system/user', url: '/saas/user',
method: 'post', method: 'post',
data: data data: data
}) })