vue-typescript-admin-template icon indicating copy to clipboard operation
vue-typescript-admin-template copied to clipboard

vue.config.js中添加devServer.proxy,无法代理

Open laotansuancaifree opened this issue 3 years ago • 1 comments

vue.config.js中添加devServer.proxy,但是依然无法代理,启动文件中VUE_APP_BASE_API设置成’/‘,请求路径不对,没有加进代理的路径。没有生效。请问是缺少什么配置

1644486764(1)

laotansuancaifree avatar Feb 10 '22 09:02 laotansuancaifree

proxy: { '/api': { target: 'http://localhost:18080', // 接口地址 ws: true, secure: false, changeOrigin: true, pathRewrite:{ '^/api':'' } } }

Jack-0627 avatar May 30 '22 02:05 Jack-0627