Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
68
export
const
formatPathName = (pathname: string): string => {
69
return
join(compact(pathname.split(
'/'
)),
'.'
)
70
}
71
72
/**
73
* @description: 统一国际化前缀
Callers
5
renderFormTitle
Function · 0.90
CreateButton
Function · 0.90
DropdownMenu
Function · 0.90
OperationLog
Function · 0.90
formatPerfix
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected