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