From 326926e789e174d506419c5f2cc40a3676decbe4 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Thu, 25 May 2023 14:41:10 +0800 Subject: [PATCH] 1 --- BBWYB.Client/Views/WebB/WebB.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BBWYB.Client/Views/WebB/WebB.xaml.cs b/BBWYB.Client/Views/WebB/WebB.xaml.cs index bf261dd..fd34972 100644 --- a/BBWYB.Client/Views/WebB/WebB.xaml.cs +++ b/BBWYB.Client/Views/WebB/WebB.xaml.cs @@ -1,6 +1,8 @@ using BBWYB.Client.APIServices; using Microsoft.Extensions.DependencyInjection; using System.Collections.Generic; +using System.IO; +using System.Reflection; using System.Windows; using System.Windows.Controls; @@ -46,6 +48,7 @@ namespace BBWYB.Client.Views.WebB #if DEBUG var url = "http://192.168.1.2:8080"; + //var url = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "s.html"); #else var url = "http://qtbbwy.qiyue666.com"; #endif