当我访问 <ListView ItemContainerStyle="{StaticResource CustomCartItemsListview}">
</ListView>
时,它会将我重定向到http://localhost/
。是否可以阻止此操作并保持http://localhost/#/
并在请求root时加载默认组件?我需要使用http://localhost/
,因为我也在同一个项目中使用ASP.NET Core MVC及其路由。
HashLocationStrategy
答案 0 :(得分:2)
您正在使用哈希策略使用此行更改导出语句
export const MyRouting = RouterModule.forRoot(MyRoutes, { useHash: false });