From b4876a7f54133ad6bb83852681c1838a5b87fe4d Mon Sep 17 00:00:00 2001 From: icebergtsn Date: Wed, 25 Sep 2024 21:13:10 +0800 Subject: [PATCH] fix: first load page --- frontend/src/App.vue | 93 +++++++++---------- .../src/pages/application/AppListPage.vue | 19 +++- .../src/pages/application/CategoryPage.vue | 15 ++- frontend/src/pages/application/HomePage.vue | 18 +++- .../src/pages/recommend/RecommendPage.vue | 18 +++- frontend/src/stores/app.ts | 3 - 6 files changed, 99 insertions(+), 67 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 6349b57..9d7aab6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,8 +1,8 @@ - diff --git a/frontend/src/pages/application/AppListPage.vue b/frontend/src/pages/application/AppListPage.vue index cc80614..67a98e9 100644 --- a/frontend/src/pages/application/AppListPage.vue +++ b/frontend/src/pages/application/AppListPage.vue @@ -35,7 +35,7 @@