开始做城市页面胡时候 city 组件 获取不到 redux 里的 cityName
来源:7-22 加载更多-总结
moreBattle
2018-01-08
路由map 组件 放在那个 provder 里边
写回答
2回答
-
在 App/router/AppRouter.jsx 中做如下改动
// import createBrowserHistory from 'history/createBrowserHistory'
import createHashHistory from 'history/createHashHistory'
const customHistory = createHashHistory()
022018-01-09 -
双越
2018-01-08
你从哪里将 cityName 存储到 redux 中的?
062018-01-09
相似问题