From e32d3c523c69cc68f7873d1f5e9cb1fc1887793e Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Wed, 13 May 2020 17:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4defaultModule=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=92=8C=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/index.php b/public/index.php index ad1bbd7..9a7b6ba 100644 --- a/public/index.php +++ b/public/index.php @@ -23,16 +23,13 @@ require '../framework/Framework.php'; // 可使用常量SESSION_PATH取得该值 // 框架目录,缺省值:Framework.php的绝对路径 -// Framework::frameworkPath('../framework'); +// Framework::frameworkPath('../framework/'); // 可使用常量FRAMEWORK_PATH取得该值 // 静态资源目录,缺省值:/resource/ // Framework::resourcePath('/resource/'); // 可使用常量RESOURCE取得该值 -// 当前入口文件默认模块,缺省值:home -// Framework::defaultModule('home'); - // 路由模式,缺省值:1(pathinfo和兼容模式) // Framework::runType(1);