This commit is contained in:
X1627315083
2024-05-09 13:34:15 +08:00
parent d53c38591a
commit f3e4acc940
13 changed files with 981 additions and 18 deletions

View File

@@ -51,6 +51,10 @@ const routes: Array<RouteRecordRaw> = [
path:'history',
name:'history',
component: _import_custom('HomeView/history.vue'),
},{
path:'works',
name:'works',
component: _import_custom('HomeView/Works.vue'),
},
]
},