|
|
@@ -19,6 +19,9 @@ export default {
|
|
|
} else if (info.link && info.linkType === 'collections') {
|
|
|
info.linkContent = encodeURIComponent(info.linkContent);
|
|
|
this.$router.push(`/productSearch?search=${info.linkContent}${props}`);
|
|
|
+ } else if (info.link && info.linkType === 'showroom') {
|
|
|
+ info.linkContent = encodeURIComponent(info.linkContent);
|
|
|
+ this.$router.push(`/hall?id=${info.linkContent}${props}`);
|
|
|
} else if (info.link && info.linkType === 'hyperlink') {
|
|
|
if (info.linkContent.indexOf('http') !== -1) {
|
|
|
window.location.href = info.linkContent;
|