南昌市物联网技防平台-前端
Administrator
2021-04-26 0b56d5aa27788ae60de2d7bcb3f2fa131434c09e
src/api/client/client.js
@@ -87,3 +87,13 @@
  })
}
export const getBaTree = (id) => {
  return request({
    url: '/api/blade-user/pages',
    method: 'get',
    params: {
      id,
    }
  })
}