export const dva = { config: { onError(err) { err.preventDefault(); }, }, }; export function render(oldRender) {
oldRender();
}