提交 5f5bc2f8 编写于 作者: W wangyun122 提交者: 陈帅

fix typo (#1611)

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册