forked from Gitlink/forgeplus-react
个人主页-头部
This commit is contained in:
parent
554cec7e98
commit
753cefe8b2
|
@ -273,7 +273,7 @@ class NewHeader extends Component {
|
|||
str = match.path;
|
||||
}
|
||||
|
||||
if (url && str === url) {
|
||||
if (url && (str === url || (str === url+'/'))) {
|
||||
return true
|
||||
}else {
|
||||
return false
|
||||
|
|
Loading…
Reference in New Issue