API problem occurs when Vue is packaged with webpack

API is normal under

dev. Add api

AXIOS
buildAPI

to proxyTable of config/index.js.
Jan.18,2022

proxyTable works in the development environment and cannot be used when publishing.
uses ngnix agent to solve cross-domain problems when publishing.
refer to https://codeshelper.com/q/10.


proxyTable only works in dev environment

production environment prod needs to configure axios on its own

Menu