From a8a13515268a04e05af3f36d6b40b694d34b5622 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期一, 08 九月 2025 18:02:06 +0800
Subject: [PATCH] 用印管理页面调整,接口

---
 vite.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index 3e5d9bc..061360c 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -9,7 +9,7 @@
   const baseUrl =
     VITE_APP_ENV == "development"
       ? "http://114.132.189.42:8089" // 寮�鍙戠幆澧冨悗绔帴鍙�
-      : "http://114.132.189.42:7003"; // 鐢熶骇鐜鍚庣鎺ュ彛
+      : "http://114.132.189.42:9032"; // 鐢熶骇鐜鍚庣鎺ュ彛
 
   return {
     // 閮ㄧ讲鐢熶骇鐜鍜屽紑鍙戠幆澧冧笅鐨刄RL銆�
@@ -45,7 +45,7 @@
     },
     // vite 鐩稿叧閰嶇疆
     server: {
-      port: 80,
+      port: 8001,
       host: true,
       open: true,
       proxy: {

--
Gitblit v1.9.3