From eb42d8c04b0eda4795d8e1909949bf820701ac7f Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期四, 19 六月 2025 13:32:10 +0800
Subject: [PATCH] 库位添加逻辑删除

---
 construction-data/.env.development |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/construction-data/.env.development b/construction-data/.env.development
index 57122b9..b8825d0 100644
--- a/construction-data/.env.development
+++ b/construction-data/.env.development
@@ -2,7 +2,7 @@
 ENV = 'development'
 
 # base api
-VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
+VUE_APP_BASE_API = 'http://192.168.8.14:8081/'
 
 # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
 # to control whether the babel-plugin-dynamic-import-node plugin is enabled.

--
Gitblit v1.9.1