为了账号安全,请及时绑定邮箱和手机立即绑定

The requested URL /manage was not found on this server.

Route::get('manage', 'ManageController@index');

<?php

namespace App\Http\Controllers;

class ManageController extends Controller{

    public function index(){

        return "yes";

    }

}


正在回答

1 回答

 你这个跳转应该没问题,,是不是路径的上下文写错了,,也就是【/manage 】前面的路径

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

The requested URL /manage was not found on this server.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信