From 776bb5f4b2a04ce17d51143d2c852f34028ddf29 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 10 九月 2025 16:24:48 +0800
Subject: [PATCH] 切换为蓝宝的配置

---
 Scripts/config.js |    8 ++------
 CLAUDE.md         |    2 +-
 config.js         |    4 ++--
 3 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/CLAUDE.md b/CLAUDE.md
index 3a938f0..f0abede 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -30,7 +30,7 @@
 
 ### API Integration
 - **Primary API**: Configurable in `Scripts/config.js` (currently `localhost:5204/api/`)
-- **PC Backend**: Separate API for PC-related operations (`192.168.1.187:8081/`)
+- **PC Backend**: Separate API for PC-related operations (`192.168.0.51:8081/`)
 - **Authentication**: Cookie-based with `loginGuid` and `loginAccount`
 - **HTTP wrapper**: `Vue.prototype.AxiosHttp` for standardized API calls
 
diff --git a/Scripts/config.js b/Scripts/config.js
index efd1d11..057b226 100644
--- a/Scripts/config.js
+++ b/Scripts/config.js
@@ -1,9 +1,5 @@
-锘縱ar APIURL = "http://192.168.1.187:8083/api/";//PDA鍚庣鍙戝竷娴嬭瘯鍦板潃锛堝唴缃戯級
-//var APIURL = "http://192.168.1.187:83/api/";//PDA鍚庣鍙戝竷姝e紡鍦板潃锛堝唴缃戯級
-//var APIURL = "http://localhost:5204/api/";//鏈湴璋冭瘯鍦板潃
-
-//var APIURL_PC = "http://192.168.1.187:81/"; //PC鍚庣鐨勬寮忓湴鍧�锛堝唴缃戯級
-var APIURL_PC = "http://116.148.211.203:8081/"; //PC鍚庣鐨勬祴璇曞湴鍧�锛堝缃戯級
+锘縱ar APIURL = "http://192.168.0.51:8183/api/";//PDA鍚庣鍙戝竷娴嬭瘯鍦板潃锛堝唴缃戯級
+var APIURL_PC = "http://192.168.0.51:8181/"; //PC鍚庣鐨勬祴璇曞湴鍧�锛堝缃戯級
 
 var APIURL_IMAGE = APIURL_PC+"upload/";
 var ISNEEDLOGIN = true;
diff --git a/config.js b/config.js
index fb55f0f..057b226 100644
--- a/config.js
+++ b/config.js
@@ -1,5 +1,5 @@
-锘縱ar APIURL = "http://116.148.211.203:8083/api/";//PDA鍚庣鍙戝竷娴嬭瘯鍦板潃锛堝唴缃戯級
-var APIURL_PC = "http://116.148.211.203:8081/"; //PC鍚庣鐨勬祴璇曞湴鍧�锛堝缃戯級
+锘縱ar APIURL = "http://192.168.0.51:8183/api/";//PDA鍚庣鍙戝竷娴嬭瘯鍦板潃锛堝唴缃戯級
+var APIURL_PC = "http://192.168.0.51:8181/"; //PC鍚庣鐨勬祴璇曞湴鍧�锛堝缃戯級
 
 var APIURL_IMAGE = APIURL_PC+"upload/";
 var ISNEEDLOGIN = true;

--
Gitblit v1.9.3