From b86f4e6ab5357a7fd241fc35787f4193c89b0c6f Mon Sep 17 00:00:00 2001 From: molong Date: Wed, 13 Jun 2018 18:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BB=91=E5=AE=9A=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A8=A1=E5=9D=97=E4=B9=8B=E5=90=8E=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E4=BD=BF=E7=94=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/route.php b/application/route.php index bf46a998..ff902fcc 100644 --- a/application/route.php +++ b/application/route.php @@ -12,7 +12,7 @@ return array( 'name' => '\w+', ), - '/' => 'index/index/index', // 首页访问路由 + '/home' => 'index/index/index', // 首页访问路由 'search' => 'index/search/index', // 首页访问路由 'cart/index' => 'index/cart/index',