Parcourir la source

Merge branch 'develop'

zhangchangchun il y a 5 ans
Parent
commit
5c5430ed39
1 fichiers modifiés avec 9 ajouts et 1 suppressions
  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' => '商品管理',