From 25e60ce7886f4a809b5495fe3415a2366ad06366 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期日, 03 十一月 2024 22:05:07 +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