"h5": {
"devServer": {
"port": 8000,
"disableHostCheck": true,
"proxy": {
"/ksy": {
"target": "http://www.imaiji.cn:8888",
"changeOrigin": true,
"ws": true,
"pathRewrite": {
"^/ksy": ""
}
}
}
}
}