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