module.exports = { publicPath: './', css: { }, devServer: { port: 8081, proxy: { // 选项写法 '/api': { target: 'http://yueshengshop.zhousi.hdlkeji.com', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/, '') }, } }, }