Files
fe_service_ebtp_frontend/config/HomePage/router_home.ts

7 lines
115 B
TypeScript
Raw Normal View History

2022-03-10 14:24:13 +08:00
export default [
{
name: '首页',
2022-03-10 14:24:13 +08:00
path: '/Dashboard',
component: './MainPage/ProjectManager',
},
]