zhangchangchun 5 anni fa
parent
commit
931fb04004
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      config/menu.php

+ 9 - 1
config/menu.php

@@ -2,7 +2,7 @@
 /**
  * Created by PhpStorm.
  * User: Administrator
- * Date: 2019-05-16
+ * Date: 2019-07-10
  * Time: 11:22
  */
 return [
@@ -24,6 +24,14 @@ return [
                 'name' => 'product',
                 'title' => '商品',
                 'children' => [
+                    [
+                        'name' =>'product-exchangeProduct',
+                        'title' => '兑换商品',
+                    ],
+                    [
+                        'name' =>'product-exchangeCode',
+                        'title' => '兑换码',
+                    ],
                     [
                         'name' => 'product-product',
                         'title' => '商品管理',