共计 306 个字符,预计需要花费 1 分钟才能阅读完成。
谬误形容 :
用 postman 测试接口 GET /api/orders/by/user/123,返回 Cannot GET
关上控制台之后,发现有一个红色报错:
Refused to load the font ‘http://localhost:5000/api/ord…’ because it violates the following Content Security Policy directive: “default-src ‘none'”. Note that ‘font-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
谬误起因 :
原来是路由配置中,门路写错了,前面多了一个空格
正文完