gaoluyang
5 天以前 424304d58e1acbe096fad794605906482c3a2ef7
src/api/system/user.js
@@ -39,3 +39,10 @@
    filePath: data.filePath
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}