Vue router on page refresh gets 404

后端 未结 4 1330
慢半拍i
慢半拍i 2021-01-28 02:49

I am using Vue router with history mode. On button click on the current page I route it to next page. On second page when i reload i get a 404. Is there a way to handle this in

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-28 03:42

    We have resolved this on backend, we have filter where we intercept the request and redirect it to home page. We have made it configurable.

提交回复
热议问题