Angular Chrome不允许加载本地资源

时间:2020-11-12 16:59:23

标签: angular google-chrome deployment

在部署Angular应用程序后打开网页时出现以下错误。

enter image description here

我知道还有其他解决方案,说要在HTML中添加3个斜杠,但是当我单击第一个错误时,它将带我到这一行 enter image description here

我在网站上加载的图像都被用作 <img src="assets/img/image1.jpeg" alt="image1" /> 那么如何向这些图像添加File:///

我已经使用过c:\Program Files (x86)\google\chrome\Application\chrome.exe --allow-file-access-from-files,Chrome将会打开,但该网页仍然存在相同的错误。

1 个答案:

答案 0 :(得分:0)

我希望您直接在Angular项目的源代码中打开index.html文件。您应该在项目的根文件夹(包含ng serve文件的文件夹)中运行angular.json