Browse Source

fix: 店铺详情页放开home导航

周玉环 1 day ago
parent
commit
e3b2aac018
1 changed files with 2 additions and 2 deletions
  1. 2 2
      xinkeaboard-web/components/Store/HeaderCat.vue

+ 2 - 2
xinkeaboard-web/components/Store/HeaderCat.vue

@@ -151,11 +151,11 @@
             </ul>
           </li>
           <ul class="sld_store_cat_horizontal" v-if="storeData.info.storeName">
-            <!-- <li :class="{ 'active': routePath === '/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid }">
+            <li :class="{ 'active': routePath === '/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid }">
               <nuxt-link target="_blank"  :to="'/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid"  >
                 {{ L["首页"] }}
               </nuxt-link>
-            </li> -->
+            </li>
             <li :class="{'active': routePath === '/store/goods/'+ calcProductName(storeData.info.storeName) +'_v-'+ vid}">
               <nuxt-link :to="'/store/goods/'+ calcProductName(storeData.info.storeName) +'_v-'+ vid" >{{
                 L["所有商品"]