huminmin
3 天以前 65ca36a409817ce094fc49b779a919d823b093d6
vite.config.js
@@ -9,7 +9,9 @@
            outDir: 'dist',
        },
        server: {
            port: '80'
            port: 5173,
            strictPort: false,
            host: '0.0.0.0',
        },
        plugins: [
            uni()