Files
fe_service_ebtp_frontend/config/HomePage/router_home.ts

7 lines
115 B
TypeScript

export default [
{
name: '首页',
path: '/Dashboard',
component: './MainPage/ProjectManager',
},
]