ZhangXianQiang
2024-07-01 b23354b2ad608bb301251de282701c5fe9c25d75
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,
            }
        }