谷歌浏览器中的fontawesome中断带有角

时间:2020-05-11 21:14:35

标签: javascript angular google-chrome

我有8号角应用程序。

,如果我启动应用程序,则在localhost中。每次在文件上中断:

use.fontawesome.com/5698ab9788.js.

这是完整的文件:


window.FontAwesomeCdnConfig = {
  autoA11y: {
    enabled: true
  },
  asyncLoading: {
    enabled: true
  },
  reporting: {
    enabled: false
  },
  useUrl: "use.fontawesome.com",
  faCdnUrl: "https://cdn.fontawesome.com:443",
  code: "5698ab9788"
};

,出现这三个错误:

5698ab9788.js:15 GET http://localhost:4200/assets/hepchat/fonts/fontawesome-webfont.woff2?v=4.6.1 net::ERR_ABORTED 404 (Not Found)
c @ 5698ab9788.js:15
(anonymous) @ 5698ab9788.js:15
(anonymous) @ 5698ab9788.js:15
h.load @ 5698ab9788.js:15
(anonymous) @ 5698ab9788.js:15
(anonymous) @ 5698ab9788.js:15
2index.html:1 GET http://localhost:4200/assets/hepchat/fonts/fontawesome-webfont.woff?v=4.6.1 net::ERR_ABORTED 404 (Not Found)

所以我的问题是如何解决此错误?谢谢

1

0 个答案:

没有答案
相关问题