From 79b02df62838656633f0015cc23da9685837e84f Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Thu, 22 Oct 2020 13:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B5=20=E4=BC=98=E5=8C=96=E5=88=9D?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E8=BD=BD=E8=AF=B7=E6=B1=82=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/Film.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9447951..b504fb7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@ - + diff --git a/src/components/Film.vue b/src/components/Film.vue index b81fc9c..6ad6f2a 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -483,7 +483,6 @@ export default { } }, created () { - this.getAllsites() this.getAllSearch() } }