yuxc
2024-04-26 1b2642c615001b3435a9e99e478517a917f656af
Source/ProjectWeb/src/api/base/region.js
@@ -51,12 +51,4 @@
  })
}
export const getUIContent = (query) => {
  return request({
    url: '/api/webUIController/getUIContentByBtmTypeAndId',
    method: 'get',
    params: query,
  });
}