module.exports = { devServer : { open:true, port:8089, host:"127.0.0.1", // 设置代理 proxy:{ '/api':{ target:'', changeOrigin:true, pathRewrite:{ '^/api':'' } } } }, publicPath:'./', outputDir:'dist', assetsDir:'static' }
module.exports = { devServer : { open:true, port:8089, host:"127.0.0.1", // 设置代理 proxy:{ '/api':{ target:'', changeOrigin:true, pathRewrite:{ '^/api':'' } } } }, publicPath:'./', outputDir:'dist', assetsDir:'static' }