Browse Source

site: fix search

pull/2621/head
Benjy Cui 8 years ago
parent
commit
b0f28a218e
  1. 2
      site/theme/template/Layout/Header.jsx

2
site/theme/template/Layout/Header.jsx

@ -73,7 +73,7 @@ export default class Header extends React.Component {
}
handleSearch = (value) => {
this.context.router.push({ pathname: value });
this.context.router.push({ pathname: `${value}/` });
}
handleSelectFilter = (value, option) => {

Loading…
Cancel
Save