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