📄️ history routing problem
The problem that nginx in history routing mode cannot match the routing of the project.
📄️ Backend interface proxy problem
When the front-end project and the back-end project are not deployed on the same server or on different ports of the same server, the front-end project cannot access the back-end interface. In this case, a reverse proxy is needed to proxy the front-end request to the address where the back-end project is deployed.