Authored by 郭成尧

fix-error

600 Bytes | W: | H:

2.66 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -10,6 +10,20 @@ const channel = {
lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
};
const brand = {
men: '9ee58aadd9559d07207fe4a98843eaac',
women: 'aa8d34c85934c2ccc16e2babd3eb5e47',
lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
};
const cate = {
men: '9ee58aadd9559d07207fe4a98843eaac',
women: 'aa8d34c85934c2ccc16e2babd3eb5e47',
lifestyle: '3ad8826fc89fb0d023a4cd06a6991219'
};
module.exports = {
channel
channel,
brand,
cate
};
... ...
... ... @@ -8,7 +8,7 @@
<style>
</style>
<script>
const resources = require('channel/resources.vue');
const resources = require('component/resources/index.vue');
const letterList = require('channel/letter-list.vue');
const brandList = require('channel/brand-list.vue');
... ...