zhangchangchun 6 anni fa
parent
commit
c1dc184cca
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      config/menu.php

+ 10 - 0
config/menu.php

@@ -10,6 +10,16 @@ return [
         'name' => 'management',
         'title' => '商家',
         'children' => [
+            [
+                'name' => 'index',
+                'title' => '首页',
+                'children' => [
+                    [
+                        'name' => 'statistics-shop',
+                        'title' => '统计',
+                    ],
+                ],
+            ],
             [
                 'name' => 'product',
                 'title' => '商品',