response($webviewVerifyContent, 200, [ 'Content-Type' => 'text/plain; charset=UTF-8', ])); } // 管理后台 SPA:入口返回 index.html;历史深链 /admin/xxx 重定向到 /admin/#/xxx Route::get('/admin/{path?}', AdminSpaController::class)->where('path', '.*');