Authored by 郭成尧

fix-error

600 Bytes | W: | H:

2.66 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -10,6 +10,20 @@ const channel = { @@ -10,6 +10,20 @@ const channel = {
10 lifestyle: '3ad8826fc89fb0d023a4cd06a6991219' 10 lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
11 }; 11 };
12 12
  13 +const brand = {
  14 + men: '9ee58aadd9559d07207fe4a98843eaac',
  15 + women: 'aa8d34c85934c2ccc16e2babd3eb5e47',
  16 + lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
  17 +};
  18 +
  19 +const cate = {
  20 + men: '9ee58aadd9559d07207fe4a98843eaac',
  21 + women: 'aa8d34c85934c2ccc16e2babd3eb5e47',
  22 + lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
  23 +};
  24 +
13 module.exports = { 25 module.exports = {
14 - channel 26 + channel,
  27 + brand,
  28 + cate
15 }; 29 };
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 <style> 8 <style>
9 </style> 9 </style>
10 <script> 10 <script>
11 - const resources = require('channel/resources.vue'); 11 + const resources = require('component/resources/index.vue');
12 const letterList = require('channel/letter-list.vue'); 12 const letterList = require('channel/letter-list.vue');
13 const brandList = require('channel/brand-list.vue'); 13 const brandList = require('channel/brand-list.vue');
14 14