export default {
  npmClient: 'yarn',
  proxy:{
    "/sfx/": {
      // 要代理的地址
      target: "http://192.168.40.111:8040", //39:28040    18/sfx/  
      changeOrigin: true,
      pathRewrite: {
        "^/sfx": "",
      },
    },
  }
};