标签:his func SHH 刷新 web get return 路由 ash
举例:myblog.com/ 刷新没问题
myblog.com/add 刷新404
browserHistory报404,hashHistory却正常
原因是少路由。web.php添加路由
Route::get('/add', function () {
return view('welcome');
});
React报错:Laravel React-Router browserHistory 刷新子页面报错404
标签:his func SHH 刷新 web get return 路由 ash
原文地址:https://www.cnblogs.com/qq917937712/p/11133544.html