From 07f8480b0c626ef6229cf6c50fc3a11d62116d8f Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Mon, 9 Dec 2019 20:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=8F=E7=9B=AE=E5=A2=9E=E5=8A=A0=E5=94=AE?= =?UTF-8?q?=E5=90=8E=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/views/layouts/sidebar.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/views/layouts/sidebar.php b/backend/views/layouts/sidebar.php index a137e31..6fbe857 100755 --- a/backend/views/layouts/sidebar.php +++ b/backend/views/layouts/sidebar.php @@ -38,6 +38,10 @@ use iron\widgets\Menu; ['label' => '运费模板', 'url' => ['/shop/express-template/index']], ] ], + ['label' => '售后管理', 'url' => '#', 'icon' => 'far fa-retweet', 'items' => [ + ['label' => '售后管理', 'url' => ['/shop/after-sale/index']], + ] + ], ] ]);