From df50fc43470edbdfb727c7d36e831f1f69b4b6e0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 30 十月 2025 15:37:36 +0800
Subject: [PATCH] 设备台账-新增设备时数量只能为1

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

diff --git a/vite.config.js b/vite.config.js
index f73f535..540ff94 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -8,7 +8,7 @@
   const { VITE_APP_ENV } = env;
   const baseUrl =
       env.VITE_APP_ENV === "development"
-          ? "http://192.168.1.147:9036"
+          ? "http://114.132.189.42:9036"
           : env.VITE_BASE_API;
   const javaUrl =
       env.VITE_APP_ENV === "development"

--
Gitblit v1.9.3