module.exports = { devServer: { proxy: { '/api': { target: 'http://qz.hschool.com.cn/', changeOrigin: true, pathRewrite: { '^/api': '' } } } } }