英文:
What causes this get 404 no found error on Vue?
问题
我使用Vue来渲染我的页面,然后在Chrome控制台上得到这个未知错误:
我没有在xxxx/front/0上使用get方法。
更多细节:
我应该怎么做来消除这个错误?
英文:
I use Vue to render my page then get this unknown error on the chrome console:
I didn't use get method on xxxx/front/0
more detail:
what can I do to eliminate this error?
答案1
得分: 1
我认为是在create_userinfo.html
中的某个部分。也许你有一个<img>
元素,并将其src
属性设置为该URL。
英文:
I think it's something in create_userinfo.html
.
Perhaps you have an <img>
element and you set the src
attribute of it to that URL.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论