From c5d889b8bebb1106a9074b636f6302bde9e6d30d Mon Sep 17 00:00:00 2001
From: Robert <Robert@qq.com>
Date: 星期一, 25 八月 2025 14:06:35 +0800
Subject: [PATCH] 修改地址

---
 WanPai/Network/Services.swift |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WanPai/Network/Services.swift b/WanPai/Network/Services.swift
index ea218e3..0062060 100644
--- a/WanPai/Network/Services.swift
+++ b/WanPai/Network/Services.swift
@@ -14,12 +14,12 @@
 #if DEBUG
 //let All_Url = "http://192.168.110.80:56666" //正式地址
 //let All_Url = "http://vbef9arg13uu.guyubao.com"
-//let All_Url = "http://221.182.45.100:1234" //正式地址
-//let Game_Url = "http://221.182.45.100:1234"
+let All_Url = "http://221.182.45.100:1234" //正式地址
+let Game_Url = "http://221.182.45.100:1234"
 
 
-let All_Url = "https://y6cgd7wo3ooa.guyubao.com" //正式地址
-let Game_Url = "https://y6cgd7wo3ooa.guyubao.com"
+//let All_Url = "https://y6cgd7wo3ooa.guyubao.com" //正式地址
+//let Game_Url = "https://y6cgd7wo3ooa.guyubao.com"
 
 //let Socket_Url = "192.168.110.22"
 #else

--
Gitblit v1.7.1