From db4ca2c82d0ae09fae5a44fe34a122d945580629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=96=E5=8F=AB?= <392494244@qq.com> Date: Fri, 8 Dec 2023 16:19:07 +0800 Subject: [PATCH] 1 --- route/app.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/route/app.php b/route/app.php index 3a46506..cdc5b19 100755 --- a/route/app.php +++ b/route/app.php @@ -10,11 +10,11 @@ // +---------------------------------------------------------------------- use think\facade\Route; -Route::get('think', function () { - return 'hello,ThinkPHP6!'; -}); - -Route::get('hello/:name', 'index/hello'); +//Route::get('think', function () { +// return 'hello,ThinkPHP6!'; +//}); +// +//Route::get('hello/:name', 'index/hello'); Route::rule('h5/:any', function () { return view(app()->getRootPath() . 'public/h5/index.html');