0

据我了解,如果我进行构建并部署在“dist”文件夹中生成的代码,那么所有打字稿和路由都准备好工作了吗?!

我在文件夹中部署了代码,dist主页就可以正常显示

一旦我点击一个链接,我就会得到一个 404(IIS 服务器)

路线示例

/criminal/?UserID...


{ path: 'criminal', component: CriminalComponent, pathMatch: 'full'},
4

1 回答 1

0

您应该遵循本教程:

https://blog.angularindepth.com/deploy-an-angular-application-to-iis-60a0897742e7

在高水平:

  1. 安装 URL 重写
  2. 根据需要处理子文件夹和基本 URL
  3. 在进行 ng 构建时添加要部署的 web.config 文件
于 2018-04-19T00:25:16.733 回答