/** * List of root-level route names. * In the Navbar component, the left arrow is hidden for these routes. * However, the Tabbar is shown on these routes. */ export const rootRouteList: readonly string[] = [ 'ComponentView', // 首页 'userProfile', // 个人中心 ]