module.exports = { //... publicPath: process.env.NODE_ENV === 'production' ? './' : '/', //... // devServer: { // proxy: { // '/api': { // target: 'https://ceshi.yishaxiyi.com/factoryapi', // ws: true, // changeOrigin: true, // pathRewrite: { // '^/api': '' //通过pathRewrite重写地址,将前缀/api转为/ // } // } // } // } }