Angular4 Refresh页面转到主页

时间:2018-01-01 18:05:31

标签: angular

您好我在

下定义了路线
{ path: 'home', component: HomeComponent, children: [
  { path: '', component: DashboardsAlpha, pathMatch: 'full'},
  { path: 'dashboard', component: DashboardsAlpha},
  { path: 'client', component: ClientComponent},
  { path: 'order/createOrderStep2', component: CreateOrderComponent }
]}

当我点击客户端网址时,它会进入客户端页面。但是当我点击任何子页面上的浏览器刷新按钮时,它总是进入仪表板页面。请告诉我有什么问题 我发现了一个关于堆栈溢出的建议,那就是

<base href="/">
    <!-- Set the base href -->
    <script>document.write('<base href="'+ document.location +'"/>'</script>

但这不起作用

0 个答案:

没有答案