luohairen
2024-11-12 b802c3a08a4515986cd2ee4430a8c64f25972a04
vite.config.js
@@ -29,13 +29,13 @@
        port: 3000,
        proxy: {
            '/api': {
                // target: 'http://192.168.3.88:8000',
                target: 'http://192.168.3.64:8000',
                target: 'http://localhost:8000',
                // target: 'http://42.193.1.25:8000',
                changeOrigin: true,
            }
        }
    },
    resolve: {
        alias: {
            '@': resolve(__dirname, './src')