ZhangXianQiang
2024-06-26 6ab6b35fe3ac1ce90711e3555b19dde8ce1e21dc
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,
            }
        }