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