diff --git a/components/area-product-list/special-area-wrapper.vue b/components/area-product-list/special-area-wrapper.vue index 297a0fd..2004c3e 100644 --- a/components/area-product-list/special-area-wrapper.vue +++ b/components/area-product-list/special-area-wrapper.vue @@ -103,7 +103,7 @@ export default { }, created() { this.getAreaListById(UPGRADE_AREA.id, this.upgradeList) - this.getAreaListById(REGIEST_AREA.id, this.registList) + // this.getAreaListById(REGIEST_AREA.id, this.registList) this.getAreaListById(REPURCHASE_AREA.id, this.repurchaseList) this.getAreaListById(HALF_PRICE_AREA.id, this.halfPriceList) this.getAreaListById(REISSUE_AREA.id, this.rescissionList) diff --git a/pages/index/index.vue b/pages/index/index.vue index 273c01c..12e3ccf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,11 +1,6 @@