配置route之后 http://localhost:8000/#/sample 才能匹配到 如何去掉中间这个#?
@wuzhuzhu 使用 broswerHistory
broswerHistory
在index.js文件中使用const app = dva({ history: browserHistory });
Most helpful comment
@wuzhuzhu 使用
broswerHistory