From 04d4f5c79c5a1e3fe840bf6bcbf17c09a2b9f819 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Tue, 19 Nov 2019 19:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=A0=E4=B8=BA=E5=B0=91?= =?UTF-8?q?=E4=BA=86/=EF=BC=8C=E5=AF=BC=E8=87=B4menu=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=B7=B7=E4=B9=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/views/layouts/sidebar.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/views/layouts/sidebar.php b/backend/views/layouts/sidebar.php index 0277d3d..720c666 100755 --- a/backend/views/layouts/sidebar.php +++ b/backend/views/layouts/sidebar.php @@ -21,11 +21,12 @@ use iron\widgets\Menu; ] ], ['label' => '商品管理', 'url' => '#', 'icon' => 'far fa-archive', 'items' => [ - ['label' => '商品列表', 'url' => ['antgoods/goods/index']], + ['label' => '商品列表', 'url' => ['/antgoods/goods/index']], + ['label' => '商品分类', 'url' => ['/antgoods/category/index']], ] ], ['label' => '订单管理', 'url' => '#', 'icon' => 'far fa-list-alt', 'items' => [ - ['label' => '订单列表', 'url' => ['order/index', 'tag' => 'new']], + ['label' => '订单列表', 'url' => ['/order/index', 'tag' => 'new']], ] ],