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