路由使用BrowserRouter进去还是有#/,跳转没有,刷新后也会出来# 需要怎么配置,还是加啥?
根目录/src/index.js文件: import browserHistory from 'history/createBrowserHistory'; const app = dva({ history: browserHistory(), });
@shizhiqian 还是不可以啊
Most helpful comment
根目录/src/index.js文件:
import browserHistory from 'history/createBrowserHistory';
const app = dva({
history: browserHistory(),
});