From c73915bda3963a67322e366c1883e9615a25535a Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期三, 09 十月 2024 09:16:08 +0800 Subject: [PATCH] 修改 --- web/vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/vue.config.js b/web/vue.config.js index 24476cd..3dbb0a5 100644 --- a/web/vue.config.js +++ b/web/vue.config.js @@ -32,7 +32,7 @@ productionSourceMap: false, devServer: { open: true, - port: 8020, + port: 8031, overlay: { errors: true, warnings: true -- Gitblit v1.9.1