Local access path http://localhost:8081/wallet.... The port is 8081,
Now I want to access http://localhost:8082/data/de...can access the data),
The following is the nginx configuration
The following is the request address
this.$http.get('/data/demo.json').then(function(data){ alert(data.data.name); });
The error is reported as follows:
May I ask where I configured it wrong?
The addresses are all different, there must be no data, they are all 404. Is your data/demo.json 8082? And the access application is at 8081? You can use an agent.
Halo, access the absolute address of 8082. . .