From f7ce387a064f3f1e4a32fb892d0f29328a8eccf8 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Wed, 23 Aug 2023 10:57:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84pc=E7=9A=84=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app/controller/Error.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 server/app/controller/Error.php diff --git a/server/app/controller/Error.php b/server/app/controller/Error.php new file mode 100644 index 00000000..c23acf36 --- /dev/null +++ b/server/app/controller/Error.php @@ -0,0 +1,17 @@ + false]); + return view(app()->getRootPath() . 'public/pc/index.html'); + } +} \ No newline at end of file