// 正则表达式写法:http://localhost:5173/fallback/ -> jsonplaceholder.typicode.com/ '^/fallback/.*': { target: 'jsonplaceholder.typicode.com', changeOrigin: true, rewrite: (path) => path.replace(/^/fallback/, ''), }, rewrite是write组件里的那个东西
// 正则表达式写法:http://localhost:5173/fallback/ -> jsonplaceholder.typicode.com/ '^/fallback/.*': { target: 'jsonplaceholder.typicode.com', changeOrigin: true, rewrite: (path) => path.replace(/^/fallback/, ''), }, rewrite是write组件里的那个东西