diff --git a/src/views/category/Category.vue b/src/views/category/Category.vue index 97c3630..8ccdcc9 100644 --- a/src/views/category/Category.vue +++ b/src/views/category/Category.vue @@ -3,7 +3,7 @@ * @Motto: 求知若渴,虚心若愚 * @Github: https://github.com/Geek-James/ddBuy * @掘金: https://juejin.im/user/5c4ebc72e51d4511dc7306ce - * @LastEditTime: 2020-03-11 22:14:31 + * @LastEditTime: 2020-03-13 16:44:37 * @Description: 分类 * @FilePath: /ddBuy-dev/src/views/category/Category.vue --> @@ -56,7 +56,7 @@ import Loading from '../../components/loading/LoadingGif' // 5.引入加载动画 import LoadingGif from '../../components/loading/Loading' // 6.引入骨架屏 -import Skeleton from './Skeleton' +import Skeleton from './skeleton' export default { name: 'Category', data() { diff --git a/src/views/home/Home.vue b/src/views/home/Home.vue index 71a472c..f34e995 100644 --- a/src/views/home/Home.vue +++ b/src/views/home/Home.vue @@ -3,7 +3,7 @@ * @Motto: 求知若渴,虚心若愚 * @Github: https://github.com/Geek-James/ddBuy * @掘金: https://juejin.im/user/5c4ebc72e51d4511dc7306ce - * @LastEditTime: 2020-03-11 21:23:13 + * @LastEditTime: 2020-03-13 16:43:36 * @Description: Home 首页模块 * @FilePath: /ddBuy-dev/src/views/home/Home.vue --> @@ -61,7 +61,7 @@ import FlashBuy from './components/flash/FlashBuy' import SpecialZone from './components/special/SpecialZone' import TabbarGoodsItem from './components/tabbar/TabbarGoodsItem' import Loading from '../../components/loading/LoadingGif' -import Skeleton from '../home/components/Skeleton' +import Skeleton from '../home/components/skeleton' export default { computed: { ...mapState(['userInfo'])