Browse Source

店铺首页导航链接修正

yangc 8 years ago
parent
commit
2999d9fa1e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      components/store/CommodityInfo.vue

+ 3 - 3
components/store/CommodityInfo.vue

@@ -2,9 +2,9 @@
   <div>
     <div class="menu-com row">
       <div class="menu-title col-md-12">
-        <a href=".">商城首页</a> >
-        <a href="provider/home" v-if="storeInfo.type == 'AGENCY' || storeInfo.type == 'DISTRIBUTION'" title="代理经销">代理经销</a>
-        <a href="provider/factories" v-if="storeInfo.type == 'ORIGINAL_FACTORY'" title="原厂专区">原厂专区</a>
+        <a href="/">商城首页</a> >
+        <a href="/provider/home" v-if="storeInfo.type == 'AGENCY' || storeInfo.type == 'DISTRIBUTION'" title="代理经销">代理经销</a>
+        <a href="/provider/factories" v-if="storeInfo.type == 'ORIGINAL_FACTORY'" title="原厂专区">原厂专区</a>
         <a :href="'/store/' + storeInfo.uuid" v-if="storeInfo.type == 'CONSIGNMENT'" title="库存寄售">库存寄售</a>
         >
         <span v-if="storeInfo.type != 'CONSIGNMENT'"><a :href="'/store/' + storeInfo.uuid" :title="storeInfo.storeName" v-text="storeInfo.storeName">storeInfo.storeName</a>> </span>