there is no cross-domain problem in the files that have been set up at the backend for cors,build.
two dev,localhost, ports 8080 and 8090 are open at the same time.
request for the same address, 8080 will have cross-domain problems, 8090 will not have a problem
webpack.config.js has not set up a proxy
8080:
8090:
strange.