效果图: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Net; using System.Text; using System.Windows.Forms; namespace TestProxy { public partial class
react package.json中proxy的配置如下 "proxy": { "/api/rjwl": { "target": "http://47.94.142.215:8081", "changeOrigin": true } } 报错: When specified, "proxy" in package.json must be a string. Instead, the