You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{// Use IntelliSense to learn about possible links.// Type `rule` to quick insert rule.// 输入 rule 来快速插入规则// For more information, visit: https://github.com/yize/xswitch"proxy": [["https://unpkg.com/[email protected]/umd/react.production.min.js","https://unpkg.com/[email protected]/umd/react.development.js"],// `Command/Ctrl + click` to visit:// https://unpkg.com/[email protected]/umd/react.production.min.js// [// "(.*)/path1/path2/(.*)", // https://www.sample.com/path1/path2/index.js// "http://127.0.0.1:3000/$2", // http://127.0.0.1:3000/index.js// ],],// urls that want CORS// "cors": [// "mocks.a.com",// "mocks.b.com"// ]"enable": ["a.b.com"],}
The text was updated successfully, but these errors were encountered:
增加
enable
功能,在指定域名下开启规则。The text was updated successfully, but these errors were encountered: