How to configure reverse proxy in vue-cli project
Most people do not understand the knowledge points of this article "how to configure reverse proxy in vue-cli project", so the editor summarizes the following contents, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "how to configure reverse proxy in vue-cli project" article.
The details are as follows:
ProxyTable: {/ / configure request agent'/ dlsys': {target:' http://192.168.16.209:81',changeOrigin:true,pathRewrith:{'^/dlsys':'/dlsys'}},'/dlapi':{target:'http://192.168.16.209:81',changeOrigin:true,pathRewrith:{'^/dlapi':'/dlapi'}},'/dlbiz':{target:'http://192.168.16.211:80',changeOrigin:true, PathRewrith: {'^ / dlbiz':'/dlbiz'}, this is the content of this article on how to configure reverse proxies in vue-cli projects. I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.