NoteStar 5 年 前
コミット
9589d4f447

+ 0 - 1
addons/fecmall/furnilife_theme/app/apphtml5/theme/furnilife/assets/css/fec.css

@@ -1223,4 +1223,3 @@ width: 80%;}
 
 
 
-

+ 2 - 2
appfront/config/fecshop_local_services/Page.php

@@ -94,7 +94,7 @@ return [
                  *	在菜单后面部分(产品分类菜单的前面部分)的自定义菜单
                  */
                 'behindCustomMenu' => [
-                    [
+                    /*[
                         'name'        => 'custom menu',            // 菜单名字
                         'urlPath'     => '/my-custom-menu.html',    // 菜单对应的url
                         'childMenu'   => [                        // 子菜单
@@ -117,7 +117,7 @@ return [
                                 ],
                             ],
                         ],
-                    ],
+                    ],*/
                 ],
             ],
         ],

+ 2 - 2
apphtml5/config/fecshop_local_services/Page.php

@@ -51,7 +51,7 @@ return [
                  *	在菜单后面部分(产品分类菜单的前面部分)的自定义菜单
                  */
                 'behindCustomMenu' => [
-                    [
+                    /*[
                         'name'        => 'custom menu',            // 菜单名字
                         'urlPath'     => '/my-custom-menu.html',    // 菜单对应的url
                         'childMenu'   => [                        // 子菜单
@@ -74,7 +74,7 @@ return [
                                 ],
                             ],
                         ],
-                    ],
+                    ],*/
                 ],
             ],