...
|
...
|
@@ -15,8 +15,7 @@ |
|
|
data() {
|
|
|
return {
|
|
|
page: 'brand',
|
|
|
contentCode: contentCode.brand[qs.brand || 'men'],
|
|
|
channel: qs.channel
|
|
|
contentCode: contentCode.cate[qs.channel || 'men']
|
|
|
};
|
|
|
},
|
|
|
components: {
|
...
|
...
|
@@ -25,4 +24,4 @@ |
|
|
cateResources
|
|
|
}
|
|
|
};
|
|
|
</script> |
|
|
\ No newline at end of file |
|
|
</script> |
...
|
...
|
|