调整部分bug

This commit is contained in:
X1627315083
2025-05-28 10:28:07 +08:00
parent 608a4dec89
commit 9fc2bcaedf
78 changed files with 2034 additions and 10193 deletions

View File

@@ -93,6 +93,11 @@ const routes: Array<RouteRecordRaw> = [
name:'events',
meta:{enter:'all',},
component: _import_custom('HomeView/Events.vue'),
},{
path:'cloud',
name:'cloud',
meta:{enter:'all',},
component: _import_custom('HomeView/cloudGeneration.vue'),
},{
path:'eventsDetail',
name:'eventsDetail',