module.exports = { devServer: { proxy: { '/wap': { target: "https://demo.zhishi.tczxkj.com", changeOrigin: true }, '/admin': { target: "https://demo.zhishi.tczxkj.com", changeOrigin: true }, '/system': { target: "https://demo.zhishi.tczxkj.com", changeOrigin: true }, '/static/js': { target: "https://demo.zhishi.tczxkj.com", changeOrigin: true }, '/wss': { target: "https://demo.zhishi.tczxkj.com", changeOrigin: true, ws: true } } } }