gaoluyang
7 天以前 2e6ad1a73fa84cb6e531d4500fce3355d3cc2503
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
  })
}
// 查询用户详细