From 8952e39c2f26f62b360524c75ff360bda0060f84 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Fri, 16 Jun 2023 22:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=90=8D=E7=A7=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWYB.Client/Views/WebB/WebB.xaml.cs | 2 +- WebTest/GlobalContext.cs | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BBWYB.Client/Views/WebB/WebB.xaml.cs b/BBWYB.Client/Views/WebB/WebB.xaml.cs index 336db84..c47178a 100644 --- a/BBWYB.Client/Views/WebB/WebB.xaml.cs +++ b/BBWYB.Client/Views/WebB/WebB.xaml.cs @@ -67,7 +67,7 @@ namespace BBWYB.Client.Views.WebB } #if DEBUG - var url = "http://192.168.1.2:8080"; + var url = "http://192.168.1.8:8080"; //var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html"); #else var url = "http://qtbbwy.qiyue666.com"; diff --git a/WebTest/GlobalContext.cs b/WebTest/GlobalContext.cs index f8b1d1b..dc18748 100644 --- a/WebTest/GlobalContext.cs +++ b/WebTest/GlobalContext.cs @@ -22,5 +22,10 @@ namespace WebTest { return JsonConvert.SerializeObject(User); } + + public string GetClientApiVersion() + { + return "10123"; + } } } \ No newline at end of file