Commit 5f5bc2f8 authored by wangyun122's avatar wangyun122 Committed by ้™ˆๅธ…

fix typo (#1611)

parent 2fbc37b0
......@@ -128,7 +128,7 @@ class BasicLayout extends React.PureComponent {
}
return title;
}
getBashRedirect = () => {
getBaseRedirect = () => {
// According to the url parameter to redirect
// ่ฟ™้‡Œๆ˜ฏ้‡ๅฎšๅ‘็š„,้‡ๅฎšๅ‘ๅˆฐ url ็š„ redirect ๅ‚ๆ•ฐๆ‰€็คบๅœฐๅ€
const urlParams = new URL(window.location.href);
......@@ -189,7 +189,7 @@ class BasicLayout extends React.PureComponent {
match,
location,
} = this.props;
const bashRedirect = this.getBashRedirect();
const bashRedirect = this.getBaseRedirect();
const layout = (
<Layout>
<SiderMenu
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment