From ac518f8f76323c5554c05108ed21b378c3013101 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 12 九月 2024 16:15:55 +0800
Subject: [PATCH] 进度报表筛选功能修复,产量报表查询修改,修改补片流程卡打印查询问题

---
 north-glass-erp/northglass-erp/vite.config.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/vite.config.js b/north-glass-erp/northglass-erp/vite.config.js
index 103a78f..5c6d878 100644
--- a/north-glass-erp/northglass-erp/vite.config.js
+++ b/north-glass-erp/northglass-erp/vite.config.js
@@ -10,13 +10,14 @@
     vue(),
     ReactivityTransform()
   ],
+
   resolve: {
     alias: {
       '@': fileURLToPath(new URL('./src', import.meta.url))
     }
-  }, 
+  },
   server: {
-    port: 80,//绔彛鍙�
+    port: 5173,//绔彛鍙�
     host: true,//ip鍦板潃 鎴� '0.0.0.0' 鎴� "loaclhost"
     open: false, //鍚姩鍚庢槸鍚﹁嚜鍔ㄦ墦寮�娴忚鍣�
     https: false, // 鏄惁寮�鍚� https

--
Gitblit v1.8.0