laravel 7.x vue 路由配置

前端路由配置容易和 用laravel作为后端的开发
解决方案:
SpaContriller.php:

web.php:

where(['path'=>'.*']);

你可能感兴趣的:(vue.js,laravel)