田源
2024-04-11 43ef00b944c787bcfc16a396cc521a0ddfbb2beb
Source/ProjectWeb/src/api/base/region.js
@@ -51,3 +51,12 @@
  })
}
export const getUIContent = (query) => {
  return request({
    url: '/api/webUIController/getUIContentByBtmTypeAndId',
    method: 'get',
    params: query,
  });
}