yaowanxin
2026-01-09 95ee2553f1764725231b573f2c1d750007668594
src/api/system/user.js
@@ -8,6 +8,13 @@
    method: 'get',
    params: query
  })
}// 查询用户列表
export function listAll(query) {
  return request({
    url: '/system/user//listAll',
    method: 'get',
    params: query
  })
}
// 查询用户详细