WXL
2024-08-27 b50917f4bdf0b05c028d76d8cdbde44a85ec8b91
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
  })