vue cli3.x
使用方式:
在vue.config.js加入
devServer: { proxy: ‘http://localhost:8080‘ }
前端直接axios 调用方式:
官网:https://cli.vuejs.org/zh/config/#devserver
原文地址:https://www.cnblogs.com/weibanggang/p/12539144.html
时间: 2024-10-15 12:59:56
使用方式:
在vue.config.js加入
devServer: { proxy: ‘http://localhost:8080‘ }
前端直接axios 调用方式:
官网:https://cli.vuejs.org/zh/config/#devserver
原文地址:https://www.cnblogs.com/weibanggang/p/12539144.html