访问页面http://xxx/xxx/index可以正常访问但是访问http://xxx/xxx/index.html 就会跳到404这个是怎么回事啊
:可不可以访问index.html也能进到首页
首先,你的项目是vue的那么,index和index.html分别代表的不同路由,一个对一个错当然是正常的
想要index.html也能访问的话你可以把router内添加对应的页面映射就行了,也就是说index和index.html指向同一component
1.4m articles
1.4m replys
5 comments
57.0k users