路径找不到图像

时间:2017-02-23 14:13:33

标签: html angular

我的文件夹结构如

-node_modules
-src
  index.html
  -app
    -home-page
      -home-page.component.html
      -img
        -header.jpg

在我的home-page.component.html内,我有以下代码

<img src="/src/app/home-page/img/header.jpg" class="img-responsive" alt="">

然而,当我运行应用程序时,我收到以下错误

GET http://localhost:4200/src/app/home-page/img/header.jpg 404 (Not Found)

但是,当我在src中的该链接上命令单击(在Mac上)时,我会被重定向到图像而没有任何问题。

我也试过

./img/header.jpg

0 个答案:

没有答案