module.exports = { lintOnSave: false, publicPath: "./", outputDir: 'baituan-mobile', // 运行时生成的生产环境构建文件的目录(默认''dist'',构建之前会被清除) devServer: { proxy: { '/talents': { target: 'https://api.
module.exports = {
lintOnSave: false,
publicPath: "./",
outputDir: 'baituan-mobile', // 运行时生成的生产环境构建文件的目录(默认''dist'',构建之前会被清除)
devServer: {
proxy: {
'/talents': {
target: 'https://api.mingyoutang.cn/backend/hrs',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/talents': '/talents'
}
}
}
}
}