vue.config.js @@ -23,16 +23,5 @@ }), ] }, devServer: { proxy: { '/api': { target: 'http://120.27.238.55:8802', changOrigin: true, pathRewrite: { '^/api': '' } }, } }, publicPath: './' })