From 663c78f6642438308a4c4eebd5ce823e4ee6d152 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 20 Jun 2019 15:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=86=B2=E7=AA=81=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- route/route.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 3d956197d..85cbfacdc 100755 --- a/config/app.php +++ b/config/app.php @@ -19,7 +19,7 @@ return [ // 应用地址 'app_host' => '', // 应用调试模式 - 'app_debug' => false, + 'app_debug' => true, // 应用Trace 'app_trace' => false, // 是否支持多模块 diff --git a/route/route.config b/route/route.config index 5d390c8da..ad2617247 100755 --- a/route/route.config +++ b/route/route.config @@ -17,7 +17,7 @@ $ds = MyC('common_route_separator', '-', true); // 首页 -Route::get('/', 'index/index'); +Route::get('/', 'index/index/index'); // 商品详情 Route::get('goods'.$ds.':id', 'index/goods/index'); -- GitLab