luohairen
2024-11-12 f7b2d928f99435c798d12e688d470c69f2f5c234
vite.config.js
@@ -29,8 +29,8 @@
        port: 3000,
        proxy: {
            '/api': {
                // target: 'http://192.168.3.88:8000',
                target: 'http://localhost:8000',
                // target: 'http://42.193.1.25:8000',
                changeOrigin: true,
            }
        }