Angular 2 - 无法加载资源:服务器响应状态为404(未找到)

时间:2017-11-02 08:39:24

标签: angular

在文件index.html中我导入了一个文件配置:     的 <script src="http://localhost:4200/src/config.js"></script> 文件config.js它与index.html位于同一文件夹中,但当我在午餐时,它会在控制台上给我这个错误:     无法加载资源:服务器响应状态为404(未找到)

1 个答案:

答案 0 :(得分:0)

您不需要在src中提及localhost。

<script src="./config.js"></script>