ZhangXianQiang
2024-07-01 d2545b08b0c62e867f0c2788fe2bf30bbc2af4d5
vite.config.js
@@ -34,8 +34,8 @@
        port: 3000,
        proxy: {
            '/api': {
                target: 'http://192.168.3.88:8000',
                // target: 'http://192.168.3.64:8000',
                // target: 'http://192.168.3.88:8000',
                target: 'http://192.168.3.64:8000',
                changeOrigin: true,
            }
        }