From 3b8cb6c274de8664d6a57b013b5b409c0748f89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=A3=8A?= <37162659@qq.com> Date: Thu, 14 May 2026 19:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20frontend/vite.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 87f503c..6d5c3a4 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -20,6 +20,7 @@ export default defineConfig({ uni(), basicSsl(), ], + base: '/echoChat-frontend/', server: { host: '0.0.0.0', https: true,