mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
const pitcher = (code) => code;
|
|
|
|
export const pitch = function () {
|
|
const context = this;
|
|
if (/&blockType=config/.test(context.resourceQuery)) {
|
|
return '';
|
|
}
|
|
};
|
|
|
|
export default pitcher;
|