From ba5d0300fdd499e6269385198d850d10b443f1c2 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 31 May 2024 09:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- vite.config.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 09f98d148..c24d15d86 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ diff --git a/vite.config.ts b/vite.config.ts index 766ed39a7..fba530662 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,8 @@ import vueSetupExtend from 'vite-plugin-vue-setup-extend' export default defineConfig({ base: '/admin/', server: { - host: '0.0.0.0' + host: '0.0.0.0', + port: 5180 }, plugins: [ vue(),