vue, the vue-router mode is normal after history, is deployed to the server, and the refresh is also normal. If the IE is not refreshed, it can be accessed normally, but refresh or direct link access will be 404. Why?
vue, the vue-router mode is normal after history, is deployed to the server, and the refresh is also normal. If the IE is not refreshed, it can be accessed normally, but refresh or direct link access will be 404. Why?
Server routing is not well deployed. For a single page project, if the server points all addresses to the same page, let vue-router handle what should be displayed on the current page
.