From 0c89e362069e2f97d18a01a3a82835ef37a34d18 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 20 六月 2024 14:23:59 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Services/Services.swift | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DolphinEnglishLearnStudent/Services/Services.swift b/DolphinEnglishLearnStudent/Services/Services.swift index af3b91a..8f46a4a 100644 --- a/DolphinEnglishLearnStudent/Services/Services.swift +++ b/DolphinEnglishLearnStudent/Services/Services.swift @@ -12,8 +12,8 @@ import JQTools #if DEBUG -//let All_Url = "http://192.168.110.237:9000" -let All_Url = "http://1.95.15.237:9000" +let All_Url = "http://192.168.110.237:9000" +//let All_Url = "http://1.95.15.237:9000" #else let All_Url = "http://1.95.15.237:9000" #endif -- Gitblit v1.7.1