spring
19 小时以前 d5fdc05a9deae35f0c996379d3b6a228d8e31c2f
vite.config.js
@@ -9,7 +9,9 @@
            outDir: 'dist',
        },
        server: {
            port: '80'
            port: 5173,
            strictPort: false,
            host: '0.0.0.0',
        },
        plugins: [
            uni()