|
@@ -152,7 +152,7 @@
|
|
|
</li>
|
|
|
<ul class="sld_store_cat_horizontal" v-if="storeData.info.storeName">
|
|
|
<li :class="{ 'active': routePath === '/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid }">
|
|
|
- <nuxt-link target="_blank" :to="'/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid" >
|
|
|
+ <nuxt-link :to="'/store/'+ calcProductName(storeData.info.storeName) +'_'+ vid" >
|
|
|
{{ L["首页"] }}
|
|
|
</nuxt-link>
|
|
|
</li>
|
|
@@ -220,11 +220,11 @@ const searchType = ref('store');
|
|
|
const searchTypeOptions = [
|
|
|
{
|
|
|
value: 'store',
|
|
|
- label: 'In This Store',
|
|
|
+ label: L['店铺内'],
|
|
|
},
|
|
|
{
|
|
|
value: 'site',
|
|
|
- label: 'Full Site',
|
|
|
+ label: L['全平台'],
|
|
|
},
|
|
|
]
|
|
|
const otherMenuData = reactive({data:[]})
|