这是本文档旧的修订版!


Angular

问题集

问题一:404报错

刷新页面的时候出现 404 错误。有两个解决方案

方案一

import { LocationStrategy, HashLocationStrategy } from '@angular/common';
@NgModule({
  providers: [
    { provide: LocationStrategy, useClass: HashLocationStrategy }
  ]
})

方法二

imports: [RouterModule.forRoot(routes), RouterModule.forRoot(routes, {useHash: true})],
it/framework/angurlar.1659032552.txt.gz · 最后更改: 2022-07-28 18:22 由 goldentianya
回到顶部
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0