1-start/config/routes.ts

5 lines
146 B
TypeScript
Raw Normal View History

2023-10-01 01:36:39 +08:00
export default [
2023-10-01 13:25:41 +08:00
{ path: '/', component: '@/pages/index', name: '首页' },
{ path: '/about', component: '@/pages/about', name: '关于' },
2023-10-01 01:36:39 +08:00
]