删除like模块引用

This commit is contained in:
mabo
2021-07-30 16:13:31 +08:00
parent ca3cf71c6d
commit dc08d545a2
4 changed files with 5 additions and 34 deletions

View File

@@ -37,8 +37,6 @@
<myFavorites :homePage="true" />
</div>
<div class="box">
<!-- 猜你喜欢 -->
<!-- <myLike /> -->
</div>
</div>
</div>
@@ -48,7 +46,6 @@
<script>
import myOrderPage from '@/pages/home/orderCenter/MyOrder'
import myFavorites from '@/pages/home/memberCenter/Favorites'
// import myLike from '@/components/like'
export default {
name: 'main',