// +---------------------------------------------------------------------- use think\facade\Route; Route::miss(function () { // return redirect(sys_config('site_url') . '/index'); return view(app()->getRootPath() . 'public' . DS . 'index.html'); });