MCPcopy Create free account
hub / github.com/baiwumm/react-admin / formatPathName

Function formatPathName

Xmw_web/src/utils/index.ts:68–70  ·  view source on GitHub ↗
(pathname: string)

Source from the content-addressed store, hash-verified

66 * @author: 白雾茫茫丶
67 */
68export const formatPathName = (pathname: string): string => {
69 return join(compact(pathname.split('/')), '.')
70}
71
72/**
73 * @description: 统一国际化前缀

Callers 5

renderFormTitleFunction · 0.90
CreateButtonFunction · 0.90
DropdownMenuFunction · 0.90
OperationLogFunction · 0.90
formatPerfixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected