我的搜索网址如下:
http://localhost/symple/?s=new
我不知道如何为该网址建立路由。我在下面使用类似的代码,但似乎它加载了首页路由。
<Route exact
path={CelestialSettings.path + '?s:query'}
render={(props) => <App header={<Header />} main={<Search />} sidebar={<Popular />} feature={<Featurex />} mainbottom={<Categories />} />} />
对我的问题有任何建议。非常感谢。