
后面这个随机的字符串该怎么去掉?我试过
import { Router,useRouterHistory } from 'react-router'
import { createHistory } from 'history';
var appHistory = useRouterHistory(createHistory)({queryKey:false});
<Router history={appHistory } routes={rootRoute} />,..
去掉是去掉了,但是界面就跳转不了了。这是为什么
?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这个不要去掉吧。这个可以防止请求的资源缓存
。。。。。
同时这个hashHistory代表着,你所要访问的页面