会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
人可永真
越努力越幸运
博客园
首页
新随笔
联系
管理
Laravel提示The GET method is not supported for this route. Supported methods: POST.错误的解决办法
解决方法:将路由改为any()
Route::
any
('index',[AdminIndexController::class,'index']);
posted @
2020-10-23 14:38
人可永真
阅读(
3463
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告