Codex Assistant
22 小时以前 9d9519354fb304855258a5c97e26dd12c3caf5e1
web/vite.config.ts
@@ -16,7 +16,8 @@
      '/api': {
        target: 'http://localhost:8080',
        changeOrigin: true,
        rewrite: (path) => path.replace(/^\/api/, '/api')
        // 不需要重写路径,因为后端的context-path就是/api
        // rewrite: (path) => path.replace(/^\/api/, '/api')
      }
    }
  },