title is not very clear.
the thing is, a project on my side uses an open interface, but this interface has cross-domain restrictions. The project I am working on now is a project without backend. The local environment of vue+axios, uses nodejs for interface forwarding to achieve cross-domain. I would like to ask, how can I lift the cross-domain restrictions on my project in the online environment, or how to configure a proxy forwarding service online
?