Browse Source

Merge branch 'hotfix-wangcz'

wangcz 6 years ago
parent
commit
3f991d8f5e
2 changed files with 4 additions and 4 deletions
  1. 2 2
      components/store/BaseInfo.vue
  2. 2 2
      components/store/CommodityInfo.vue

+ 2 - 2
components/store/BaseInfo.vue

@@ -5,8 +5,8 @@
         <div class="menu-com row">
           <div class="menu-title col-md-12">
             <nuxt-link to="/">商城首页</nuxt-link> >
-            <nuxt-link to="/provider/home" v-if="storeInfo.type == 'AGENCY' || storeInfo.type == 'DISTRIBUTION'" title="代理经销">代理经销</nuxt-link>
-            <nuxt-link to="/provider/factories" v-if="storeInfo.type == 'ORIGINAL_FACTORY'" title="原厂专区">原厂专区</nuxt-link>
+            <nuxt-link to="/eCommerce/home/origin" v-if="storeInfo.type == 'AGENCY' || storeInfo.type == 'DISTRIBUTION'" title="代理经销">代理经销</nuxt-link>
+            <nuxt-link to="/eCommerce/home/factory" v-if="storeInfo.type == 'ORIGINAL_FACTORY'" title="原厂专区">原厂专区</nuxt-link>
             <nuxt-link :to="'/store/' + storeInfo.uuid" v-if="storeInfo.type == 'CONSIGNMENT'" title="库存寄售">库存寄售</nuxt-link>
             >
             <span v-if="storeInfo.type != 'CONSIGNMENT'"><nuxt-link :to="'/store/' + storeInfo.uuid" :title="storeInfo.storeName" v-text="storeInfo.storeName">店铺名称</nuxt-link>> </span>

+ 2 - 2
components/store/CommodityInfo.vue

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