mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-06 17:57:31 +00:00
12 lines
278 B
TypeScript
12 lines
278 B
TypeScript
// @ts-nocheck
|
|
// This file is generated by Umi automatically
|
|
// DO NOT CHANGE IT MANUALLY!
|
|
export function modifyClientRenderOpts(memo: any) {
|
|
const { history, hydrate } = memo;
|
|
|
|
return {
|
|
...memo,
|
|
hydrate: hydrate && ![].includes(history.location.pathname),
|
|
};
|
|
}
|