修复 docs.json 路径
This commit is contained in:
parent
bac6393265
commit
2cb8c39ddb
|
@ -23,7 +23,7 @@ export default class DocSearch extends React.Component {
|
|||
this.onSearchCancel = this.onSearchCancel.bind(this);
|
||||
}
|
||||
componentDidMount() {
|
||||
Axios.get(__uri('../docs.json'))
|
||||
Axios.get(ContextPath + __uri('../docs.json'))
|
||||
.then(result => {
|
||||
this.docs = result.data.docs;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue