create two services with a virtual machine:
1 is the vue project created by vue-cli3, port is 8080 configured vue.config.js cross-domain part:
:
2 is the koa backend usage port http://127.0.0.1:3030
but somehow clicking the button on the vue page to request http://127.0.0.1:3030 shows a cross-domain error
ps: I use the interface to convert access under windows!