From fb5362726ac76587decf60b3a0c27bcd8fbb9848 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 20 Jun 2019 17:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=9C=B0=E5=9D=80=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/route.config | 3 --- 1 file changed, 3 deletions(-) diff --git a/route/route.config b/route/route.config index ad2617247..bc9df43d9 100755 --- a/route/route.config +++ b/route/route.config @@ -16,9 +16,6 @@ // 分隔符 $ds = MyC('common_route_separator', '-', true); -// 首页 -Route::get('/', 'index/index/index'); - // 商品详情 Route::get('goods'.$ds.':id', 'index/goods/index');