Loading...
开发环境配置服务器代理在项目根目录下新增一个文件 vue.config.js详细文档参见: https://cli.vuejs.org/config/#devserver-proxymodule.exports = { devServer: { proxy: { '/api': { target: `http://localhost:8081/ap...