wangting
2024-04-25 a148c1a54511e8df84c80b07aa42df92abc5fc71
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,
  });
}