南昌市物联网技防平台-前端
shuishen
2021-04-22 48d7249fc672823beddb321a3ca7ea57cb3e4d21
src/api/client/client.js
@@ -69,7 +69,7 @@
export const getDeptLazyTree = (parentId) => {
  return request({
    url: '/api/blade-system/dept/lazy-tree',
    url: '/api/blade-system/dept/lazy-trees',
    method: 'get',
    params: {
      parentId
@@ -87,3 +87,13 @@
  })
}
export const getBaTree = (id) => {
  return request({
    url: '/api/blade-user/pages',
    method: 'get',
    params: {
      id,
    }
  })
}